Azure.Core
by: Microsoft
- 123 total downloads
- Latest version: 1.48.0
This is the implementation of the Azure Client Pipeline
Azure.Core.Experimental
by: Microsoft
- 71 total downloads
- Latest version: 0.1.0-preview.37
Experimental types that might eventually move to Azure.Core
Azure.Identity
by: Microsoft
- 156 total downloads
- Latest version: 1.16.0
Provides APIs for authenticating to Microsoft Entra ID
Azure.Security.KeyVault.Certificates
by: Microsoft
- 66 total downloads
- Latest version: 4.8.0
This is the Microsoft Azure Key Vault Certificates client library
Azure.Security.KeyVault.Secrets
by: Microsoft
- 61 total downloads
- Latest version: 4.8.0
This is the Microsoft Azure Key Vault Secrets client library
BitMiracle.Docotic.Pdf
by: Bit Miracle
- 1 total downloads
- Latest version: 8.5.13147
Docotic.Pdf library can create, edit, draw and print PDF files in .NET Core, ASP.NET, Windows Forms, WPF, Xamarin, Blazor, Unity, and HoloLense applications.
Docotic.Pdf library can also help you to:
* extract text, images, attachments, forms data, and metadata from PDFs
* perform optical character recognition (OCR) on PDFs
* convert PDF to images (including PDF to multipage TIFF), print documents
* draw PDF on System.Drawing.Graphics (with free BitMiracle.Docotic.Pdf.Gdi add-on)
* compress PDF documents, optimize or replaces images in PDFs
* convert HTML to PDF (with free BitMiracle.Docotic.Pdf.HtmlToPdf add-on)
* split PDF documents into pages or combine several documents into one compound PDF document
* encrypt PDF documents and set up permissions, open protected documents, check if a PDF is encrypted
* check if two PDF documents have an equal structure
* digitally sign PDFs with a signature, verify if a signature in a PDF is valid.
* create PDF documents from scratch
* add images, text, and vector graphics to new and existing PDF documents
* add annotations, watermarks, attachments, actions, bookmarks, and links to PDFs
* add new PDF forms and fill existing ones
* optimize PDFs for fast web view (linearize PDFs)
The library is a 100% managed assembly without unsafe blocks. The assembly has no external dependencies.
There are add-ons to the library:
* HtmlToPdf add-on
https://www.nuget.org/packages/BitMiracle.Docotic.Pdf.HtmlToPdf/
* Gdi add-on
https://www.nuget.org/packages/BitMiracle.Docotic.Pdf.Gdi/
There are different types of royalty-free licenses. Eligible projects and/or people can receive a license free of charge.
Free time-limited licenses are available via request form on our site.
Bogus
by: Brian Chavez
- 261 total downloads
- Latest version: 35.6.3
A simple and sane data generator for populating objects that supports different locales. A delightful port of the famed faker.js and inspired by FluentValidation. Use Bogus to create UIs with fake data or seed databases. Get started by using Faker class or a DataSet directly.
BouncyCastle.Cryptography
by: Legion of the Bouncy Castle Inc.
- 43 total downloads
- Latest version: 2.7.0-beta.98
BouncyCastle.NET is a popular cryptography library for .NET
Castle.Core
by: Castle Project Contributors
- 67 total downloads
- Latest version: 5.2.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CommunityToolkit.Mvvm
by: Microsoft
- 58 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
- 75 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.
CsvHelper
by: Josh Close
- 473 total downloads
- Latest version: 33.1.0
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
CsvTextFieldParser
by: 22222
- 45 total downloads
- Latest version: 1.2.2
A simple CSV parser based on Microsoft.VisualBasic.FileIO.TextFieldParser.
DevExpress.Data
by: Developer Express Inc.
- 311 total downloads
- Latest version: 25.1.5
Target Platform/Framework: Cross-Platform
DevExpress Product Libraries Used: Core Libraries (https://docs.devexpress.com/CoreLibraries)
Available in the following DevExpress Subscription(s): Universal, DXperience, WinForms, ASP.NET & Blazor (includes DevExtreme), WPF, DevExtreme Complete, Reporting, Office File API
DevExpress.Xpo
by: Developer Express Inc.
- 432 total downloads
- Latest version: 25.1.5
Target Platform/Framework: Desktop, Web, Mobile
DevExpress Product Libraries Used: XPO (.NET ORM Library) (https://www.devexpress.com/xpo)
Available in the following DevExpress Subscription(s): Universal, DXperience, WinForms, ASP.NET & Blazor (includes DevExtreme), WPF, DevExtreme Complete, Reporting
dotnet-reportgenerator-globaltool
by: Daniel Palme
- 296 total downloads
- Latest version: 5.4.16
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov, or lcov into human readable reports in various formats. The reports show the coverage quotas and also visualize which lines of your source code have been covered.
Use this package if your project is based on .NET Core and you want to use ReportGenerator as a (global) 'DotnetTool'.
Installation:
dotnet tool install -g dotnet-reportgenerator-globaltool
dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools
dotnet new tool-manifest
dotnet tool install dotnet-reportgenerator-globaltool
Usage:
reportgenerator [options]
tools\reportgenerator.exe [options]
dotnet reportgenerator [options]
FlaUI.Core
by: Roemer
- 33 total downloads
- Latest version: 5.0.0
Library with base elements used in the concrete implementations of FlaUI.
FluentAssert
by: handcraftsman sshetty wbinford
- 1 total downloads
- Latest version: 1.0.0.11
Fluent assertions express what you want tested instead of how. This project also provides a simple BDD framework that lets you write tests that can be easily understood and verified by non-developers.
FluentAssertions
by: Dennis Doomen Jonas Nyrup Xceed
- 238 total downloads
- Latest version: 8.6.0
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or
BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher.
Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit.
IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/).
Check out the [license page](LICENSE) for more information.