Skip to content
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

Merged

Conversation

ivaylo-matov
Copy link
Contributor

As per this tread: https://autodesk.slack.com/archives/CPJ5UQW0Z/p1718630160699509

  • DynamoVisualProgramming packages are updated to the latest version
  • NUnit is replaced with NUnit3 (+ NUnit3TestAdapter)
  • Disabled default inclusion of all *.cs files to avoid duplicate compile item errors
  • Disabled generation of AssemblyInfo.cs to avoid duplicate attributes
  • Disabled default inclusion of all *.xaml files to avoid duplicate page item errors
  • Depreciated RequiresSTA is replaced with Apartment(ApartmentState.STA) in unit tests

@sm6srw
Copy link

sm6srw commented Jun 24, 2024

Please update the Readme. thanks!

now loads in all versions from the Extensions menu
@ivaylo-matov
Copy link
Contributor Author

Readme updated

</PackageReference>
<PackageReference Include="DynamoVisualProgramming.Core" Version="3.2.1.5366">
<ExcludeAssets>runtime</ExcludeAssets>
<IncludeAssets>compile; build; native; contentfiles; analyzers</IncludeAssets>
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@QilongTang QilongTang merged commit 8a79d36 into DynamoDS:master Jul 2, 2024
10 checks passed
@QilongTang
Copy link
Contributor

@reddyashish Let's follow up to re-publish the package

@QilongTang QilongTang changed the title Update to .NET Update to .NET8 Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants