CommandLineParser
by: Giacomo Stelluti Scala
- 87 total downloads
- Latest version: 1.9.6-rc1
The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
coverlet.msbuild
by: tonerdo
- 94 total downloads
- Latest version: 6.0.2
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Densen.Extensions.BootstrapBlazor
by: Alex Chow
- 576 total downloads
- Latest version: 9.1.2
Densen Blazor组件库以及BootstrapBlazor服务扩展包
Castle.Windsor
by: Castle Project Contributors
- 40 total downloads
- Latest version: 2.5.4
Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight.
Castle.DynamicProxy
by: Castle Project Contributors
- 31 total downloads
- Latest version: 2.2.0
Castle DynamicProxy is a library for generating lightweight .NET proxies on the fly at runtime. Proxy objects allow calls to members of an object to be intercepted without modifying the code of the class.
Dapper.StrongName
by: Sam Saffron Marc Gravell
- 41 total downloads
- Latest version: 1.40.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..; but with a strong name
Contrib.Grpc.Core.M1
by: The gRPC Authors einari
- 22 total downloads
- Latest version: 2.46.7
Packaged ARM64 - M1 version of native library (.dylib).
Colorful.Console
by: Tom Akita Muhammad Rehan Saeed Matt Furden
- 18 total downloads
- Latest version: 1.1.2
Style your C# console output!
ConfigureAwait.Fody
by: Cameron MacFarland Simon Cropp
- 105 total downloads
- Latest version: 3.3.2
Configure async code's ConfigureAwait at a global level.
CommonServiceLocator
by: .NET Foundation and Contributors
- 34 total downloads
- Latest version: 2.0.7
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
DapperExtensions
by: Thad Smith Page Brooks
- 129 total downloads
- Latest version: 1.6.3
A small library that complements Dapper by adding basic CRUD operations (Get, Insert, Update, Delete) for your POCOs. For more advanced querying scenarios, Dapper Extensions provides a predicate system.
CreateNewNuGetPackageFromProjectAfterEachBuild
by: Daniel Schroeder iQmetrix
- 262 total downloads
- Latest version: 1.8.16
Automatically creates a NuGet package from your project each time it builds. The NuGet package is placed in the project's output directory.
If you want to use a .nuspec file, place it in the same directory as the project's project file (e.g. .csproj, .vbproj, .fsproj).
This adds a PostBuildScripts folder to your project to house the PowerShell script that is called from the project's Post-Build event to create the NuGet package.
If it does not seem to be working, check the Visual Studio Output window for any errors that may have occurred.
CsvHelper
by: Josh Close
- 59 total downloads
- Latest version: 33.0.1
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
CommunityToolkit.Mvvm
by: Microsoft
- 20 total downloads
- Latest version: 8.4.0
This package includes a .NET MVVM library with helpers such as:
- ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
- ObservableRecipient: a base class for observable objects with support for the IMessenger service.
- ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface.
- RelayCommand: a simple delegate command implementing the ICommand interface.
- AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation.
- WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects.
- StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed.
- Ioc: a helper class to configure dependency injection service containers.
ConfigureAwaitChecker.Analyzer
by: Jiří Činčura
- 106 total downloads
- Latest version: 5.0.0.1
Checks for `ConfigureAwait(false)` usage.
More info:
* https://www.tabsoverspaces.com/id/233852
* https://www.tabsoverspaces.com/id/233732
* https://www.tabsoverspaces.com/id/233523
* https://www.tabsoverspaces.com/id/233476
Dapper
by: Sam Saffron Marc Gravell
- 182 total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
Devart.Data.Oracle
by: Devart
- 300 total downloads
- Latest version: 10.3.20
dotConnect for Oracle is an enhanced database connectivity solution built over ADO.NET architecture and a development framework with a number of innovative technologies. It introduces new approaches for designing a data access layer and boosts the productivity of DB application development. dotConnect offers a complete solution for developing DB-related applications and web sites.
This package contains the .NET Standard/.NET Core compatible assemblies with general ADO.NET functionality of dotConnect for Oracle - main ADO.NET classes, Oracle data types support, etc.
This package contains only runtime features of dotConnect for Oracle. dotConnect for Oracle is also provided as an installation package (exe), which installs runtime assemblies for Full .NET Framework and a set of design-time tools, integrated into Visual Studio - Server Explorer integration, DataSet tools, Windows Forms components with powerful design-time, etc. Besides, this installer generates the trial key files required for using this package on a trial basis. You can download it at www.devart.com.
CronExpressionDescriptor
by: Brady Holt
- 8 total downloads
- Latest version: 1.6.0
A library that converts cron expressions into human readable strings.