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

Fix namespaces generation to handle framework targets other than netstandard2.0 #44768

Merged
merged 3 commits into from
Jun 27, 2024

Conversation

JimSuplizio
Copy link
Member

Namespace generation was looking for the built dll in the netstandard2.0 subdirectory. Turns out this wasn't correct if the framework target wasn't netstandard2.0, as discovered by the net - webpubsub - ci pipeline

Instead of computing the full directory where the dll, which would be the framework target directory, go one level up and do a search for the .dll.

@JimSuplizio JimSuplizio self-assigned this Jun 27, 2024
@JimSuplizio JimSuplizio merged commit 34ba0cd into Azure:main Jun 27, 2024
22 of 40 checks passed
@JimSuplizio JimSuplizio deleted the FixNamespacesGen branch June 27, 2024 19:05
tejasm-microsoft pushed a commit to tejasm-microsoft/azure-sdk-for-net that referenced this pull request Jul 22, 2024
…tandard2.0 (Azure#44768)

* Fix namespaces generation to handle framework targets other than netstandard2.0

* fix variable name

* If more than 1 is found, just use the first one
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