-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Verify ref assembly behavior regarding embedded resources #31197
Comments
Here is a log where I updated a What made me think there might be an issue here, is this in the log:
I was using this example project, and added |
That log line seems fine. What would be an issue is if the timestamp of the |
Yeah, later in the log, in the Xamarin.Android project referencing
|
Thanks. That second log definitely indicates a problem. I'll investigate further. |
Confirmed the issue. A fix is pending for the next version of VS (dev16). |
@jcouv just so I can try this when it is out, which Dev16 preview will this be in? thanks. |
The PR is still in process. There is an open question on behavior for |
Fix slipped out of preview2. It's being reviewed for preview3. |
From discussion with Neal, the expected behavior is that resources should not be embedded into secondary assemblies:
@jonathanpeppers reported that updating resources causes the ref assembly to change.
A quick look at the implementation and tests make me unsure about the current behavior, so I'll investigate further.
Ref assembly spec: https://github.com/dotnet/roslyn/blob/master/docs/features/refout.md
Ref assembly main PR: #19417
The text was updated successfully, but these errors were encountered: