Open iamdmitrij opened 2 years ago
Reduce boilerplate code and replaces Fake projects with dynamically generated projects.
https://github.com/daveaglick/Buildalyzer
https://stackoverflow.com/questions/24557807/programmatically-create-a-csproj-on-the-fly-without-visual-studio-installed
Need to research is there a NuGet which can generate assemblies on a fly.
This lib could help or use CSharpCodeProvider.
Use AssemblyBuilder.
AssemblyBuilder
https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.assemblybuilder?redirectedfrom=MSDN&view=net-6.0
Reduce boilerplate code and replaces Fake projects with dynamically generated projects.