NotNot.AppSettings
Settings generator
Automatically generates strongly typed settings classes from JSON configuration files using source generators.
Automatically create strongly typed C# settings objects from AppSettings.json. Uses Source Generators. Includes a simple deserialization helper for when you are using Dependency Injection, or not.
30 stars
1 watching
0 forks
Language: C#
last commit: 4 months ago
Linked from 1 awesome list
appsettings-jsoncsharpcsharp-sourcegeneratordotnetnuget-packagesource-generator
Related projects:
Repository | Description | Stars |
---|---|---|
| A C# source generator to create observable, strongly-typed properties for reading and writing settings in WinUI 3 apps. | 5 |
| A C# source generator that creates classes from example JSON files. | 78 |
| Generates boilerplate code for strongly-typed values | 36 |
| Automatically generates interfaces from classes to reduce friction and noise in code | 63 |
| Provides utility classes and abstractions to simplify source generation tasks in .NET source generators | 21 |
| Automates boilerplate code generation for INotifyPropertyChanged properties | 140 |
| Defines coding style settings for C# and other .NET technologies to maintain consistency across different editors and IDEs. | 642 |
| An XML configuration reader for Serilog logging | 52 |
| An observable and strongly typed settings class for UWP applications. | 20 |
| A C# source generator that creates strongly typed SignalR clients by defining interfaces for hub methods and client registrations. | 152 |
| Generates C# code from SCS .yml files | 4 |
| Generates source code strings for attribute definitions in C#. | 7 |
| A tool that generates source code from JSON data descriptions | 2 |
| Generates JSON serializers and contexts for C# objects | 2 |
| Automates the creation of controllers from specified services in .NET projects using source generator technology | 8 |