BouncyCastle.Cryptography
by: Legion of the Bouncy Castle Inc.
- 2 total downloads
- Latest version: 2.7.0-beta.98
BouncyCastle.NET is a popular cryptography library for .NET
bunit
by: Egil Hansen
- 119 total downloads
- Latest version: 1.40.0
bUnit is a testing library for Blazor components.
You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic.
You can interact with and inspect the component under test, trigger event handlers, provide cascading values, and inject services.
bUnit also includes a complete fake implementation of Blazor's authentication and authorization logic, navigation manager, and
JSInterop.
bunit.core
by: Egil Hansen
- 129 total downloads
- Latest version: 1.40.0
bUnit.core is the base library that provides support for testing Blazor components. You need to install bUnit.web as well to test web-based Blazor components.
bunit.web
by: Egil Hansen
- 127 total downloads
- Latest version: 1.40.0
bUnit.web is the web specific parts of bUnit, that enables you to easily test and verify the output of Blazor (web) component.
bunit.xunit
by: Egil Hansen
- 4 total downloads
- Latest version: 1.0.0-preview-02
bUnit.xunit is an xUnit extension for bUnit, that provides a way for xUnit to run bUnit's razor-based tests, as well as other helpful extensions to make the testing experience better if you use xUnit for writing your tests.
Castle.Core
by: Castle Project Contributors
- 29 total downloads
- Latest version: 5.2.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Certes
by: Certes Contributors
- 3 total downloads
- Latest version: 3.0.4
A client implementation for the Automated Certificate Management Environment (ACME) protocol.
Clipper2
by: Angus Johnson
- 166 total downloads
- Latest version: 2.0.0
Polygon Clipping and Offsetting Library
CliWrap
by: Tyrrrz
- 236 total downloads
- Latest version: 3.10.0
Library for interacting with command-line interfaces
CommandLineParser
by: gsscoder, nemec, ericnewton76, moh-hassan
- 47 total downloads
- Latest version: 2.9.1
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
Common.Logging
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 17 total downloads
- Latest version: 3.4.1
Common.Logging library introduces a simple abstraction to allow you to select a specific logging implementation at runtime.
Common.Logging.Core
by: Aleksandar Seovic, Mark Pollack, Erich Eichinger, Stephen Bohlen
- 15 total downloads
- Latest version: 3.4.1
Common.Logging.Core contains the portable (PCL) implementation of the Common.Logging low-level abstractions common to all other Common.Logging packages.
CommunityToolkit.Mvvm
by: Microsoft
- 27 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.
coverlet.collector
by: tonerdo
- 28 total downloads
- Latest version: 6.0.4
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CSharpToJsonSchema
by: tryAGI and contributors
- 19 total downloads
- Latest version: 3.10.2-dev.69
Generated C# SDK based on official CSharpToJsonSchema OpenAPI specification.
Includes C# Source Generator which allows you to define functions natively through a C# interface, and also provides extensions that make it easier to call this interface later
Cucumber.CucumberExpressions
by: Cucumber Ltd, Gaspar Nagy
- 18 total downloads
- Latest version: 19.0.0
Cucumber Expressions implementation for .NET.
Cucumber.Messages
by: Cucumber Ltd, TechTalk
- 7 total downloads
- Latest version: 32.2.0
JSON schema-based messages for Cucumber's inter-process communication
Delaunator
by: nol1fe
- 26 total downloads
- Latest version: 1.0.11
Fast Delaunay triangulation of 2D points
Port from Mapbox's Delaunator project (JavaScript).
DiffPlex
by: Matthew Manela
- 32 total downloads
- Latest version: 1.9.0
DiffPlex is a diffing library that allows you to programmatically create text diffs. DiffPlex is a fast and tested library.
Divergic.Logging.Xunit
by: rprimrose
- 1 total downloads
- Latest version: 4.3.0
This library provides Microsoft.Extensions.Logging support for Xunit.