Skip to content
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

Update OutputType to WinExe on -windows #2340

Merged
merged 2 commits into from
Sep 1, 2021
Merged

Commits on Aug 31, 2021

  1. Update OutputType to WinExe on -windows

    This happens in the sdk targets/props but not quite early enough to influence the `EnableWin32Codegen` property which causes `[STAThreadAttribute]` to be generated in the Windows app.
    Jonathan Dick committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    a3cb612 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. For non-blazor projects, interpreter is fine

    Blazor android projects (and possibly iOS?) will require this runtime fix: dotnet/runtime#58467
    
    So, enabling interpreter again on non-blazor templates
    Jonathan Dick committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    bc85d53 View commit details
    Browse the repository at this point in the history