-
Notifications
You must be signed in to change notification settings - Fork 2.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
Reference Assemblies for .NET Framwork 3.5 #1137
Comments
Unfortunately, it does not seem like that based on the comments on dotnet/installer#2022. |
It appears to be an arbitrary policy decision since no technical limitations have come to light. I'm not sure where it originates, but it is communicated to us by Immo Landwerth at dotnet/designs#33 (comment):
Earlier conversation: dotnet/designs#33 (comment) |
The NuGet by @jnm2 seems to work well, so I'm content. I understand one has to draw the line for legacy software somewhere, but people obviously come up with unofficial solutions anyway, so why not just release an official package to go along with the other ones? Anyway, thanks! |
I have no stakes here, just my 2c. Even biggest companies don't have infinite resources. To release "just another package" means there have to be extra resources assigned to this (likely multiple people, build pipelines, storage) and the package has to undergo verifications, and, once we ship it, we need to provide support for it as well. What our customer (like yourself) see is just a tip of the iceberg, building and shipping the framework is an intensely involved process. And that's why we need to draw lines somewhere. Even though these lines may look arbitrary. |
@krafs, was this closed by accident? The issue is still assigned to me and being considered. |
Yes, please, let's not close this and still fix this if at all possible. |
I'm sorry, I got the impression the issue had been abandoned. My bad. |
I had the same impression. |
New version of .NET reference assembly nuget packages have just been published to nuget.org. It includes .NET 3.5 😃 https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ |
@NikolaMilosavljevic I see a problem with your net35 package that was fixed on request by a user of jnm2.ReferenceAssemblies.net35. The casing on one filename is |
Thanks @jnm2 - I'll work on a fix. |
Since the SDK now adds an implicit reference to the reference assemblies package as needed, is there something that needs to be done on that side for it to use the new version, or will that be picked up automatically? |
Looks like the version is hardcoded to 1.0.0, but you can override it yourself or just specify the package reference. I would like to know if .NET 6 will update that version to 1.0.2 (containing the fix that @NikolaMilosavljevic is working on). |
I think we would need to prepare the PR to rev the reference in .NET SDK. @dsplaisted do you know if this would be the right model? |
Version 1.0.2 has been published - it includes the fix for filename casing of System.Configuration.dll assembly. @dsplaisted can we get the version updated in sdk? |
Are there any plans to add reference assemblies for .NET Framework 3.5 into
Microsoft.NETFramework.ReferenceAssemblies
?The text was updated successfully, but these errors were encountered: