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

Updated infrastructure packages #2215

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

xperiandri
Copy link

PR Type

What kind of change does this PR introduce?

  • Code style update (formatting)
  • Refactoring (no functional changes, no API changes)

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tested code with current supported SDKs
  • Contains NO breaking changes
  • Associated with an issue (GitHub or internal)

@nickrandolph
Copy link
Contributor

@Youssef1313 can you check this PR and verify any changes to msbuild props

<PackageVersion Include="MSTest.TestAdapter" Version="2.2.9" />
<PackageVersion Include="MSTest.TestFramework" Version="2.2.9" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.1.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" />
Copy link
Member

Choose a reason for hiding this comment

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

Why is this update needed?
It will require Visual Studio 17.9, so 17.8 and earlier will no longer be supported.

Copy link
Author

Choose a reason for hiding this comment

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

I thought it just brings new code analysis features

Copy link
Member

Choose a reason for hiding this comment

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

@xperiandri Nope, this has an impact on the minimum supported VS version

<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.4.231219000" />
<PackageVersion Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.3233" />
<PackageVersion Include="Microsoft.WindowsAppSDK" Version="1.5.240311000" />
Copy link
Member

Choose a reason for hiding this comment

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

Not sure if we want to bump this for now. We had a discussion with @nickrandolph around some issues that are "partially" on WinUI side and are fixed in 1.5, but I'm not sure if we'll end up wanting to update or not.

@@ -402,7 +402,9 @@ private bool GetIsDisabled(string propertyName)
}
using var resourceReader = new StreamReader(resource);

#pragma warning disable RS1035 // Using Environment.NewLine is fine
Copy link
Member

Choose a reason for hiding this comment

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

Fine for now, but not yet clear if we should be using Environment.NewLine or not. There is a bit of discussion around that in dotnet/roslyn-analyzers#6467

@xperiandri xperiandri force-pushed the infrastructure_packages_update branch from 7605dd1 to 8871a7e Compare June 26, 2024 17:11
@xperiandri xperiandri force-pushed the infrastructure_packages_update branch from 8871a7e to 8dc1a3a Compare June 26, 2024 17:12
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