What / why is Roslyn “needed” in /bin folder of Asp.Net

前端 未结 5 1905
-上瘾入骨i
-上瘾入骨i 2020-12-05 09:05

There are a bunch of related questions on this, though most of the answers define Roslyn and/or provide a \"fix\" to some issue (exe, with hosting prov

5条回答
  •  悲哀的现实
    2020-12-05 09:47

    Another feature of it is that it does not require build servers to actually have compiler dependencies. You send the compiler you want to use WITH the code to the build server and it just uses exactly what you told it to.

提交回复
热议问题