Closed codingatmorning closed 1 year ago
Actually I finally got the package to work, not the source, but the nuget package is working. I think I had to change .net SDK.
Two things which come to mind here:
DEBUG
mode. Check out the documentation, RELEASE
mode might be more suitable for you. I don't exactly know what you are trying to do.Let me know if you run into any other issues I can assist you with.
I cloned the repository. When I Build dotnet gives me a warning that leads to the failure of lombok.net. This also applies to trying to use the NuGet package. I get the following error:
and I get this warning for every generator. This causes no source code to be generated there for giving errors for all the tests.
How are you getting the package to work?