-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[5.0.100-rtm.20508.12] Greenshot failed to build #3628
Comments
@jiangzeng01: I am unable to access the share. Could you attach the project to the bug? Thanks. |
@ryalanms You can also use GitHub source: SDK: Latest RTM build: 5.0.100-rtm.20509.5 Build steps: Errors:
|
This should be fixed with #3637. Thanks. |
This bug is fixed in .NET 5.0 RTM. The 'fix' that was reverted to fix this bug will be updated and reapplied in a servicing release (5.0.2xx). |
@ryalanms Thanks for update, we will verify the bug with new RTM builds then. |
Thanks. |
Verified with 5.0.100-rtm.20515.8, the issue was fixed, so close. |
Application Name: Greenshot
OS: Windows 10 RS5
CPU: X64
.NET Build Number: 5.0.100-rtm.20508.12
App Source:
\\appcompatsrv\Appcompat\DotNetCore\AppSource\SingleFileP0AppsTarget5\AppSources\greenshot
DevDiv bug:
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1228900
Repro steps:
Copy \\appcompatsrv\Appcompat\DotNetCore\AppSource\SingleFileP0AppsTarget5\AppSources\greenshot to local machine.
Open command prompt windows as Administrator.
Navigate to "greenshot\src\Greenshot".
Run "dotnet build" command to build the application.
Expected Result:
The build process should successful.
Actual Result:
The build process stopped due to the error message.
Findings:
According to the error message, it was finding the xaml files from obj\Debug\net5.0-windows\Views. We tried deleleted both bin and obj folder and rebuild again, it still get the same error.
Exception from build process:
The app works with .NET5 RC2, but failed to build with .NET 5 RTM.
CC @dotnet-actwx-bot
The text was updated successfully, but these errors were encountered: