-
Notifications
You must be signed in to change notification settings - Fork 519
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
For iOS builds runtimeconfig.bin isn't bundled properly from Windows (neither for remote builds nor for Hot Restart builds) #17579
Labels
Milestone
Comments
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Feb 24, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Mar 6, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Mar 7, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Mar 7, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Mar 7, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Mar 8, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Mar 14, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Mar 22, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Mar 22, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Mar 23, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Mar 28, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Apr 10, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Apr 11, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Apr 11, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Apr 12, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Apr 13, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Apr 17, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Apr 17, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Apr 18, 2023
…ish. Contributes towards dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows (once we've fixed the Windows build to use ResolvedFileToPublish as the source of truth, like we do on macOS). This is the first part of a fix for dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Apr 18, 2023
…ish. Contributes towards dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows (once we've fixed the Windows build to use ResolvedFileToPublish as the source of truth, like we do on macOS). This is the first part of a fix for dotnet#17579.
rolfbjarne
added a commit
to rolfbjarne/xamarin-macios
that referenced
this issue
Apr 18, 2023
…ish. Fixes dotnet#17579. This makes it unnecessary to special-case this file for it to copied correctly when building on Windows. Fixes dotnet#17579.
rolfbjarne
added a commit
that referenced
this issue
Apr 19, 2023
…ish. Contributes towards #17579. (#18087) This makes it unnecessary to special-case this file for it to copied correctly when building on Windows (once we've fixed the Windows build to use ResolvedFileToPublish as the source of truth, like we do on macOS). This is the first part of a fix for #17579.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
This issue has been moved from a ticket on Developer Community.
[severity:I'm unable to use this version]
Repro: https://github.com/rolfbjarne/AppSwitchNullabilitySupportedTest
Build & run on Window using VS.
The correct behavior only occurs when building on a Mac:
Ref: #16228 (this is the underlying cause for that issue).
Original Comments
Feedback Bot on 1/24/2023, 03:55 AM:
(private comment, text removed)
Original Solutions
(no solutions)
The text was updated successfully, but these errors were encountered: