Dani
Results
3
comments of
Dani
Same here. The .dll is not generated into the bin/Debug folder after building the code. I see that the assembly is added as implicit on .Net7 dependencies. However, it doesn't...
Solved by adding `true` to the csproj
` net7.0 enable enable true `