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

.Net: Semantic Kernel dependency on .net 7.0 instead of 6.0 #2646

Closed
Woland2k opened this issue Aug 30, 2023 · 1 comment · Fixed by #2746
Closed

.Net: Semantic Kernel dependency on .net 7.0 instead of 6.0 #2646

Woland2k opened this issue Aug 30, 2023 · 1 comment · Fixed by #2746
Assignees
Labels
bug Something isn't working .NET Issue or Pull requests regarding .NET code

Comments

@Woland2k
Copy link
Contributor

Woland2k commented Aug 30, 2023

Describe the bug
The issue described in #1793 has been reintroduced in this commit:
55dc794

Mainly by adding dependency to the 7.0 version:
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />

@shawncal shawncal added .NET Issue or Pull requests regarding .NET code triage labels Aug 30, 2023
@github-actions github-actions bot changed the title Semantic Kernel dependency on .net 7.0 instead of 6.0 .Net: Semantic Kernel dependency on .net 7.0 instead of 6.0 Aug 30, 2023
@nacharya1 nacharya1 added bug Something isn't working and removed triage labels Sep 5, 2023
@nacharya1 nacharya1 moved this to Bugs in Semantic Kernel Sep 5, 2023
@nacharya1
Copy link
Contributor

@dmytrostruk - can you take a look into this?

@dmytrostruk dmytrostruk moved this from Bugs to Sprint: In Progress in Semantic Kernel Sep 6, 2023
github-merge-queue bot pushed a commit that referenced this issue Sep 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.
-->

Resolves: #2646

As described in PR
#1799, we should keep
.NET packages at version 6.0.*, to support package compatibility and
allow to use Azure Functions in-process deployment model.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Downgraded `System.Diagnostics.DiagnosticSource` package version from
7.0.2 to 6.0.0.
2. Manually tested telemetry functionality and verified that metering
logic works as expected.

### 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 😄
@github-project-automation github-project-automation bot moved this from Sprint: In Progress to Sprint: Done in Semantic Kernel Sep 7, 2023
SOE-YoungS pushed a commit to SOE-YoungS/semantic-kernel that referenced this issue Nov 1, 2023
…t#2746)

### 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.
-->

Resolves: microsoft#2646

As described in PR
microsoft#1799, we should keep
.NET packages at version 6.0.*, to support package compatibility and
allow to use Azure Functions in-process deployment model.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
1. Downgraded `System.Diagnostics.DiagnosticSource` package version from
7.0.2 to 6.0.0.
2. Manually tested telemetry functionality and verified that metering
logic works as expected.

### 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
bug Something isn't working .NET Issue or Pull requests regarding .NET code
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants