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

Performace improvements #6

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

Conversation

codeprefect
Copy link
Contributor

Description

Dropped support for .NET Core 3.1 and .NET 5. Updated dependencies to take advantage of recent improvements in .NET framework.

Related Issue(s) type

  • Bug Report
  • Feature Request
  • Feature Improvement

How was this tested (include only automated tests)

  • Unit Tests
  • Integrated Tests
  • End-to-end Tests

How can this implementation be manually verified

Add details on how this can be manually tested (you can simply drop link to affected issue if same as the acceptance criteria)

On which environments was this tested (add as many entries as you have)

  • Version used:
  • Browser Name and version:
  • Operating System and version (desktop or mobile):
  • Reporter's contact (Email or Phone):

- switch scope store to concurrent dictionary
- added OrchardCore to benchmarks
@codeprefect codeprefect force-pushed the performace-improvements branch 2 times, most recently from 25101da to 9783b59 Compare March 14, 2023 10:43
@sonarcloud
Copy link

sonarcloud bot commented Mar 14, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

- dropped support for .NET 5.0 and earlier
- updated all dependencies
- reviewed micro benchmarks for .NET 6 and 7
@codeprefect codeprefect force-pushed the performace-improvements branch 3 times, most recently from 56ad278 to ecb9ce6 Compare March 15, 2023 15:55
- added minimal api support to README.md
@sonarcloud
Copy link

sonarcloud bot commented Jun 22, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

91.7% 91.7% Coverage
0.0% 0.0% Duplication

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.

None yet

1 participant