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

@rliberoff/remove build and test from sonar analysis #10

Merged
merged 25 commits into from
Nov 27, 2023

Conversation

rliberoff
Copy link
Member

No description provided.

LuisM000 and others added 25 commits November 17, 2023 13:16
Update version from 6.0.3.18 to 6.0.3.19
- Added CHANGELOG.md
- In `Encamina.Enmarcha.SemanticKernel.Abstractions`, method `ValidateAndThrowIfErrorOccurred` is now obsolete, and will be removed in a future version of this library.
- In `Encamina.Enmarcha.SemanticKernel.Plugins.Chat`, property `ChatRequestSettings` is now obsolete due to future changes in Semantic Kernel library its type `ChatRequestSettings` will change to `OpenAIRequestSettings `. Therefore, the signature of this property will change in future versions of this library.
- In `Encamina.Enmarcha.SemanticKernel.Connectors.Memory`, the constructor of `MemoryQueryPlugin` is now obsolete due to future changes in Semantic Kernel library, where the semantic memory will be a dependency outside the `IKernel`. The `IKernel` dependency will be replaced with `ISemanticTextMemory`. The signature of this constructor will change in future versions of this library.
- In `Encamina.Enmarcha.SemanticKernel.Connectors.Memory`, the extension method `ImportMemoryPlugin` is now obsolete due to future changes in Semantic Kernel library, where the semantic memory will be a dependency outside the `IKernel`. An additional dependency with `ISemanticTextMemory` will be added to this extension method. The signature of this method will change in future versions of this library.
Changes in preparation for Semantic Kernel update.
…g Sonar analysis.

Build and Test are performed earlier in the pipeline.
The removed code was:
```
dotnet build --configuration ${{env.BuildConfiguration}}
dotnet test --collect:"XPlat Code Coverage;Format=opencover"
```
@rliberoff rliberoff merged commit 57472e3 into main Nov 27, 2023
@rliberoff rliberoff deleted the @rliberoff/remove_build_and_test_from_sonar_analysis branch November 27, 2023 16:03
@rliberoff rliberoff restored the @rliberoff/remove_build_and_test_from_sonar_analysis branch November 27, 2023 16:03
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