Note, code samples and utils while learning C#.
- Code org:
- Split by solutions, dirs, or namespaces? How to make sense for all of this? What is reasonable?
-
Directory.Build.Props
, nested?- Why can't we build
./example/APIs/Minimal
usingdotnet build
within that folder?
- Why can't we build
- Create and manage repo level custom project templates using Rider.
- Report, contribute reproduce and possibly fix
dotnet-watch
duplicated endpoints bugs dotnet/aspnetcore#44857
- Among all the construtors, the one with most parameters and is resolvable will be used.
- Throw on unable to resolve: ambigous or lacking of dependencies.
TODO:
- Currently, MS examples show how to use it via
Host
builder. How to use DI without those APIs? What are the bare minimum packages to import?