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

CLI changes required to at least build for VS2022 #498

Closed
wants to merge 25 commits into from

Conversation

CartBlanche
Copy link
Collaborator

No description provided.

@@ -4,7 +4,9 @@
<TargetFramework>netstandard2.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
<LangVersion>10</LangVersion>
<SignAssembly>true</SignAssembly>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting - I assume this is required for the extension?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Assemblies need to be signed.

// TODO [assembly: InternalsVisibleTo("Meadow.HCom.Integration.Tests")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be uncommented?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it could be, but then the unit test assembly also needs to be signed.

@CartBlanche CartBlanche force-pushed the dominique-MigrateVS2022ExtensionTov2 branch from f39a7b7 to d19404d Compare March 4, 2024 11:28
@adrianstevens
Copy link
Contributor

Looking at the code changes and the changes for the VS2022 extension ..... we should be close to being able to use the projects in the Meadow.CLI project directly without the need to do any file linking. We also shouldn't need any of the logic changes. The one thing missing is the code signing.

@CartBlanche
Copy link
Collaborator Author

Looking at the code changes and the changes for the VS2022 extension ..... we should be close to being able to use the projects in the Meadow.CLI project directly without the need to do any file linking. We also shouldn't need any of the logic changes. The one thing missing is the code signing.

Do your changes also fix the linked unit test issues that previously also needed to be signed??

@CartBlanche CartBlanche force-pushed the dominique-MigrateVS2022ExtensionTov2 branch from 1bc9b67 to fd39360 Compare March 8, 2024 15:46
@CartBlanche CartBlanche force-pushed the dominique-MigrateVS2022ExtensionTov2 branch from 66c5ffc to de48c49 Compare March 9, 2024 13:43
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.

2 participants