Skip to content

Fix build warning #561

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

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Fix build warning #561

merged 1 commit into from
Jun 21, 2024

Conversation

zhiyuanliang-ms
Copy link
Contributor

Why this PR?

Currently, there are NETSDK1210 and xunit1031 warnings while building .NET provider projects.

For xunit1031 warnings, I had a previous PR #557 which tried to fix it. But somehow I missed something and didn't resolve all the warnings. In this PR, I resolved the remaining warnings.

For NETSDK1210, this is because we have <IsAotCompatible>true</IsAotCompatible> property in Microsoft.Extensions.Configuration.AzureAppConfiguration.csproj. But AOT is only available for .NET 7+. ref Currenly, we are targeting on netstandard.

To suppress the NETSDK1210 warning, we need to add condition for this property.

@amerjusupovic amerjusupovic merged commit 6a682ff into main Jun 21, 2024
2 checks passed
@amerjusupovic amerjusupovic deleted the zhiyuanliang/fix-build-warning branch June 21, 2024 18:44
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.

3 participants