Found 1,421 packages
The CaseON library includes MatchON, ConvertON, and ValidateON classes for string casing, conversion, and validation in C# applications.
Change any string case to PascalCase/camelCase/kebab-case/snake_case/Train-Case
Convert between camelCase, snake_case, kebab-case, PascalCase and Train-Case
An extensible utility to convert, identify, and flip string case.
Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package. Commonly Used Types: System.Collections.ArrayList System.Collections.Hashtable System.Collections.CollectionBase System.Collections.ReadOnlyCollectionBase System.Collections.Stack System.Collections.SortedList System.Collections.DictionaryBase System.Collections.Queue System.Collections.Comparer System.Collections.CaseInsensitiveComparer When using NuGet 3.x this package requires at least version 3.4.
Snake case naming policy for System.Text.Json
Package Description
Package Description
AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.
Small library to change case in strings. Based on node.js library: https://github.com/blakeembrey/change-case
A .Net Core Client implementation for Json Rpc v2 requests.
A AspNet Core IRouter implementation for Json Rpc v2 requests for Microsoft.AspNetCore.Routing.
Package Description
Package Description
Package Description
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility
Includes helpers for the Test Platform's modern functionality such as standardized fully qualified names and hierarchical test case names.
Extension Method to SnakeCase all EFCore v3.0 database structures(tables,relations,schemas,etc) so your entity 'PersonLog' will become a table 'person_log' and so on. This will help your fellow DBA smile.
it is VS 2012 Addin, 1. Create and update Test Case in TFS based on Code and Template 2. Bind Test Automation 3. Load Title and Summary From TFS Into Code you will find Microsoft.ECO.TestHelper.UserGuide.docx in your project root folder to get more detail support:xwj90@hotmail.com
Json Serializer that converts property names to snake_case in the response