Strong Namer will automatically add strong names to referenced assemblies which do not already have a strong name. This will allow you to reference and use NuGet packages with assemblies which are not strong named from your projects that do use a strong name. NOTE: This fork use MsBuild 12 instead...
More information
Ensues.Reflection provides methods for resolving .NET member names to strings.
So, the following code will put "MyProperty" into "propertyName".
var propertyName = myObject.GetMemberName(mo => mo.MyProperty);
Naming things is one of the [two hardest problems](https://www.martinfowler.com/bliki/TwoHardThings.html) in computer science, this is an opinionated suggestion for helping that.
A small library I use personally to help categorize files and directories with attributes. Useful when you need to attach metadata to files/directories but don't want an extra file. Instead you can embed the metadata directly into the filename.
A class library that allows the developer to define Entity Framework naming conventions that transform entity names into alternate database object names.
This tool will help you name Azure Resources ☁️✍️
✅ It follows the naming convention defined by Klabbet (https://tinyurl.com/klabbet-naming)
📄 You can create your own naming convention by editing the appsettings.json file
💁 See instructions at:...
More information