KurtMayer
2 days 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 days 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.