core icon indicating copy to clipboard operation
core copied to clipboard

After updating VS and .net 9 I have a problem with kits. All dependencies between projects are not working. The soluition doesn't want to compile. Is there a new parameter?

Open Alerinos opened this issue 5 months ago • 5 comments

After updating VS and .net 9 I have a problem with kits. All dependencies between projects are not working. The soluition doesn't want to compile. Is there a new parameter?

Originally posted by @Alerinos in https://github.com/dotnet/core/discussions/9167#discussioncomment-8460437

Alerinos avatar Feb 14 '24 02:02 Alerinos

Rolling back the version from .net 9 to .net 8 fixed the problem with project dependencies. Undoing the VS installation fixed the problem with packages.

Alerinos avatar Feb 14 '24 02:02 Alerinos

Can you document the .NET and VS versions you had with the problem and w/o? That'd be helpful.

It would also be good if you could share any msbuild logs / errors.

richlander avatar Feb 14 '24 04:02 richlander

@richlander Forgive me for not writing this earlier. I am currently using VS 17.9.0 Preview 5.0 and .net 8.0.200-preview.23624.5 where everything is correct. The problem occurs on VS 17.10.0 Preview 1.0 and .net 9 preview 1 Unfortunately I don't have the logs anymore because I restored the version. The only error I have logged is NU1008, I am using PackageReference and Directory.Packages.props correctly

Alerinos avatar Feb 14 '24 14:02 Alerinos

@Alerinos Can you double check that <PackageVersion> is appropriately including the new version information? See:

https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu1008

JonDouglas avatar Feb 14 '24 18:02 JonDouglas

This issue is stale because there has been no response to a request for more information for 7 days.

github-actions[bot] avatar Feb 22 '24 00:02 github-actions[bot]

This issue was closed because there was no response to a request for more information for 10 days.

github-actions[bot] avatar Feb 25 '24 00:02 github-actions[bot]