Home > Net >  How to use Roslyn on framework4.5.2 version?
How to use Roslyn on framework4.5.2 version?

Time:10-20

Environment: framework4.5.2
Description: the project need to use now Roslyn to perform the c # script, but the project is 4.5.2, cannot install the required Nuget packages, is there any good solutions?

CodePudding user response:

The normal dynamic compilation c # script doesn't work? Why must the Roslyn?

CodePudding user response:

Codedom does not support the new grammar
  •  Tags:  
  • C#
  • Related