-
Notifications
You must be signed in to change notification settings - Fork 17
Update to .NET8 #41
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
Update to .NET8 #41
Conversation
builds without errors
|
Please update the Readme. thanks! |
now loads in all versions from the Extensions menu
|
Readme updated |
| </PackageReference> | ||
| <PackageReference Include="DynamoVisualProgramming.Core" Version="3.2.1.5366"> | ||
| <ExcludeAssets>runtime</ExcludeAssets> | ||
| <IncludeAssets>compile; build; native; contentfiles; analyzers</IncludeAssets> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to explicitly add which assets to include here? Other projects don't do it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is in master. Given the brief I thought of keeping the same logic .
Will correct.
|
@reddyashish Let's follow up to re-publish the package |
As per this tread: https://autodesk.slack.com/archives/CPJ5UQW0Z/p1718630160699509
DynamoVisualProgrammingpackages are updated to the latest versionNUnitis replaced withNUnit3(+ NUnit3TestAdapter)*.csfiles to avoid duplicate compile item errorsAssemblyInfo.csto avoid duplicate attributes*.xamlfiles to avoid duplicate page item errorsRequiresSTAis replaced withApartment(ApartmentState.STA)in unit tests