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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: Locked version of Roslynator packages to 4.3.0 #3368

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

dmytrostruk
Copy link
Member

Motivation and Context

Dependabot created a couple of PRs to upgrade version of Roslynator.* packages from 4.3.0 to 4.6.1. (Example: #3274)

With this change, build pipeline is failing for .NET 6 (Details: https://github.com/microsoft/semantic-kernel/actions/runs/6657643874/job/18092783710?pr=3274):
image

This is happening because greater versions of Roslyn packages require greater versions of .NET SDK or Visual Studio (which ships together with .NET SDK):
image
Link: https://github.com/dotnet/roslyn/blob/main/docs/wiki/NuGet-packages.md#versioning

This PR contains changes to lock version of Roslynator packages to 4.3.0.

Contribution Checklist

@dmytrostruk dmytrostruk requested a review from a team as a code owner November 2, 2023 13:24
@dmytrostruk dmytrostruk self-assigned this Nov 2, 2023
@shawncal shawncal added .NET Issue or Pull requests regarding .NET code samples labels Nov 2, 2023
@dmytrostruk dmytrostruk added PR: ready for review All feedback addressed, ready for reviews and removed .NET Issue or Pull requests regarding .NET code samples labels Nov 2, 2023
@github-actions github-actions bot changed the title Locked version of Roslynator packages to 4.3.0 .Net: Locked version of Roslynator packages to 4.3.0 Nov 2, 2023
@dmytrostruk dmytrostruk added the .NET Issue or Pull requests regarding .NET code label Nov 2, 2023
@dmytrostruk dmytrostruk added this pull request to the merge queue Nov 2, 2023
Merged via the queue into microsoft:main with commit 19ed865 Nov 2, 2023
22 checks passed
@dmytrostruk dmytrostruk deleted the lock-roslynator-packages branch November 2, 2023 14:25
stephentoub pushed a commit to stephentoub/semantic-kernel that referenced this pull request Nov 7, 2023
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

Dependabot created a couple of PRs to upgrade version of `Roslynator.*`
packages from 4.3.0 to 4.6.1. (Example:
microsoft#3274)

With this change, build pipeline is failing for .NET 6 (Details:
https://github.com/microsoft/semantic-kernel/actions/runs/6657643874/job/18092783710?pr=3274):

![image](https://github.com/microsoft/semantic-kernel/assets/13853051/2a296868-c244-4a10-bb85-a779c024e767)

This is happening because greater versions of `Roslyn` packages require
greater versions of .NET SDK or Visual Studio (which ships together with
.NET SDK):

![image](https://github.com/microsoft/semantic-kernel/assets/13853051/9ef0073b-eb20-472b-a5bc-624ab9f1bb2c)
Link:
https://github.com/dotnet/roslyn/blob/main/docs/wiki/NuGet-packages.md#versioning

This PR contains changes to lock version of `Roslynator` packages to
4.3.0.

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 馃槃
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants