Found 21 packages
NRtfTree Library is a set of classes written entirely in C# that may be used to manage RTF documents in your own applications. NRtfTree is licensed under The GNU Lesser General Public License (LGPLv3). NRtfTree will help you: * Open and parse RTF files. * Analyze the content of RTF files. * Add, modify and remove document elements (i.e. text, control words, control symbols). * Create new RTF documents. You can find up-to-date information about NRtfTree Library at: http://www.sgoliver.net/blog/?page_id=3568
Package Description
Automatic null check injection for runtime C# Nullable Reference Types (NRT) parameter/contract validation.
C# port of NrtManager and SearcherManager from Lucene 3.5.0
This is a Async version of NRTF Tree.
A set of extensions methods to help working with nullable types by implementing the Maybe monad on top of `T?`. Documentation: https://github.com/bert2/Nullable.Extensions Release notes: Add new `Else()` extension.
K0NRT15 Core App Google Toolkit
K0NRT15 Core App Braintree Toolkit
K0NRT15 Core App Azure Toolkit
K0NRT15 Core App Global Toolkit
K0NRT15 Core App Logging Toolkit
K0NRT15 Core App Extensions Toolkit
MSBuild task that automatically adds nullable reference type annotations to Grpc.Tools-generated C# code.
Package Description
A source code package of C# reserved attributes with internal accessibility such as SkipLocalsInit, ModuleInitializer, NRT Attribute and so on.
Moves nullable constraints to comply with older Mono frameworks (e.g. Unity 2017) allowing you to use NRTs.
Suppresses exhaustiveness warnings of switch statement and switch expressions when all cases of a "closed type hierarchy" are covered. See project URL for details. It suppresses IDE0010, IDE0072 and CS8509. It is NRT-aware.
Provides a fully-featured Option type, aka a Maybe type, with several companion helpers (parsing, LINQ). An Option type allows to represent objects that are either something (a value or a reference) or nothing. Nullable Reference Types (NRT) do not count since they are not actual .NET types but annotations that are ignored at run-time. A tutorial along with guidelines is available on the project website.
Suppresses exhaustiveness warnings of switch statement and switch expressions on OneOf<...>.Value from the OneOf library when all type arguments are covered. See project URL for details. It suppresses IDE0010, IDE0072 and CS8509. It is NRT-aware.
Contains useful classes and extensions for projects which use NRT.