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

Scan keyed assemblies as keyed assemblies. #89

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ElanHasson
Copy link

Fixes #86 .

@@ -22,6 +22,10 @@
</PackageReference>
</ItemGroup>

<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == 'NET8_0_OR_GREATER'">
Copy link

Choose a reason for hiding this comment

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

Does this check really work? I thought NET8_0_OR_GREATER is a preprocessor symbol that can only be used in C#, but not in the csproj

Copy link
Author

Choose a reason for hiding this comment

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

Unclear I had trouble because of my analyzer settings. I really should mark this as draft until I can resolve.

@ElanHasson ElanHasson marked this pull request as draft May 10, 2024 10:45
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.

Support Keyed services
2 participants