Documentation
Some documentation along with scenario examples of how this library comes handy would be a nice addition to the readme file.
If you want you can always add it to the readme if you are willing and have time to make a PR (feel free to open the PR).
I do not have the time, unfortunately. Closing this then.
I will see if I can document the usage then, so that way new users will be able to properly use the generator.
Also note: I plan to change the way I deploy the actual runtime code that is currently in nuget packages in the form of a special runtime pack that would need to eventually be installed as an .NET workload. But since dotnet workload install does not allow 3rd party workloads to be installed yet it will require a .NET global tool to be installed globally that would then handle all of the workload installation, uninstalation, and updating of the workload needed for it.
Also it would require a minor csproj change as well:
<UseElskomSdk>true</UseElskomSdk>
I will see about changing the default references to the other nuget packages the workload references as well (like analyzers). Also the cool thing about the workload thing is that the Sdk pack that will be in the workload will reference this generator automatically as well too.
I forgot to push 1.0.13 to nuget oops. Will push it seen and hopefully with documentation as well.
@starikcetin do you think this will work?
