RoslynCodeDomProvider
RoslynCodeDomProvider copied to clipboard
Roslyn CodeDOM provider
This should fix an issue with newer versions of msbuid for both .NET SDK style and non-SDK style projects all in one. Fixes #154.
Hi, I'm trying to use your package from a console app (.NET 7) and I obtain the error shown below. On the other hand everything works correctly if I reference...
The code here: https://github.com/aspnet/RoslynCodeDomProvider/blob/main/src/Microsoft.CodeDom.Providers.DotNetCompilerPlatform/Compiler.cs#L52-L56 Contains a resource/memory leak from not disposing of the disposable inside of the ``.Select`` when it gets computed at runtime for each item in it. The...
section will be added again with following steps: 1. Create an ASP.Net Web Application (.Net Framework) with 4.X versions of the Roslyn CodeDom package in Visual Studio Community 17.7.4 2....
Fixes #156.
Is it possible to update roslyn 4.1.0 that gets packaged into this to a much more updated version that ships with the .NET SDK / Visual Studio 2022 itself?
Seems that in some circumstances, the XDT transforms used upon package install/uninstall can leave inconsistent line endings in the config file which results in a dialog being popped up by...
After upgrading `Microsoft.CodeDom.Providers.DotNetCompilerPlatform` from version 3.6.0 to either 3.11.0 or 4.1.0, I encountered the following error message: Microsoft.CodeDom.Providers.DotNetCompilerPlatform failed to uninstall. Restart Visual Studio to finish process. Upon restarting Visual...
We would really, really like to use the latest C# in DNN. From our quick tests replacing [Microsoft.net](https://www.nuget.org/packages/Microsoft.Net.Compilers.Toolset) we believe it should just work. Could this be prioritized?