KurtMayer
2 months agoContributor
How do you know if you are using the Roslyn compiler?
Hotfix 8.4.3 addresses, among other things, security vulnerabilities found in the third-party Roslyn Compiler DLL. How do you know if you are using the Roslyn compiler in your implementation of cus...
- 2 months ago
I may have answered my own question about what exactly the Roslyn compiler is. A hint is given in the 8.4.3 Release Notes on page xii. 8.4.3 uses the "built-in .NET Framework compiler" instead of the Roslyn compiler.