-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
ProduceReferenceAssembly causes stale assemblies in legacy C# project system #2431
Comments
@jcouv, did we get the reference-assembly-as-project-input fix into the legacy project system for 15.3? I remember it being tight for the new project system . . . |
Only the new project system works, and still the feature is not finalized (consider beta). @srivatsn @Pilchie can you triage/assign while I'm away? Thanks |
Any update on how well the feature works now that 15.5 is out? |
Is this a duplicate of dotnet/project-system#4079, which was closed "won't fix"? @tmeschter |
@nguerrera Related to dotnet/project-system#4079, but this goes beyond the issues listed there. That is, fixing dotnet/project-system#4079 is probably required but not sufficient to fix this. |
@drewnoakes @donJoseLuis is there a better tracking item for this |
Version used: VS15.3
Reproduction steps:
Console.WriteLine("Hello you");
toConsole.WriteLine("Hello World");
Tester.Test();
Expected Result
Works the same as the first time
Actual Result
the source file is different from when the module was built
The text was updated successfully, but these errors were encountered: