-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed MSBuild 17.7 issue. #155
base: main
Are you sure you want to change the base?
Conversation
This should fix an issue with newer versions of msbuid for both .NET SDK style and non-SDK style projects all in one.
cc: @StephenMolloy |
Any chance getting this merged and a new version released? |
The warnings this is causing are breaking our CI builds, can we merge this and release a new version please? |
Looking forward this to being merged. |
If you guys are also interested I also opened a pull request for shipping this package with roslyn 4.7 which is more updated and modern version of roslyn with updated c# language versions support as well. |
Can you please elaborate on this? The new MSBuild message isn't a warning, it's a message. How is it breaking your CI? |
It is breaking it because it helps point out that msbuild was unable to copy the files at all for the reason that the message pointed out. The lack of the compiler files themselves is what is breaking which ironically fixes itself when the changes in this patch is applied. |
When this issue started it also showed as building warnings in our build in Hosted Azure DevOps agents. |
Also since then has the roslyn binaries vanished from deployments as well in the agents? |
...ders.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets
Outdated
Show resolved
Hide resolved
…m/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets Co-authored-by: Jan Krivanek <[email protected]>
...ders.DotNetCompilerPlatform/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets
Outdated
Show resolved
Hide resolved
…m/build/Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets
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.