Turn2Jesus2
Why is `dotnet publish` not including Roslyn for my ASP.NET Framework 4.8.1 Web App?
While I hate the idea of reaching into the build output and including it in the output, whatever this is is likely to be a short-term fix. my build output includes the roslyn folder. Is there an easy way to just include that in the publish output?
25 replies
Why is `dotnet publish` not including Roslyn for my ASP.NET Framework 4.8.1 Web App?
This is one of those "Do this before you migrate to .NET" things and I've wasted about 1.5 weeks on getting this one thing to work before moving on to .NET upgrade.
25 replies
✅ How to copy an EXE from a NuGet package in SDK-style project with PackageReference?
@jcotton42 found the answer!! https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#generatepathproperty
2 replies