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

Logger Message Action support #200

Merged
merged 6 commits into from
Jan 10, 2022
Merged

Logger Message Action support #200

merged 6 commits into from
Jan 10, 2022

Conversation

dpvreony
Copy link
Owner

@dpvreony dpvreony commented Jan 9, 2022

changes generated controllers to allow injection of logger message action definition wrapper. allows for higher perf logging as by allowing caching of logging definitions as recommended by MS

@codecov
Copy link

codecov bot commented Jan 9, 2022

Codecov Report

Merging #200 (0f98e67) into main (5c3b82a) will increase coverage by 0.52%.
The diff coverage is 98.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #200      +/-   ##
==========================================
+ Coverage   65.72%   66.25%   +0.52%     
==========================================
  Files          91       94       +3     
  Lines        2620     2664      +44     
  Branches      135      135              
==========================================
+ Hits         1722     1765      +43     
- Misses        856      857       +1     
  Partials       42       42              
Impacted Files Coverage Δ
...s/Database/ReferencedByEntityGeneratorProcessor.cs 100.00% <ø> (ø)
...ControllerLoggerMessageActionGeneratorProcessor.cs 97.82% <97.82%> (ø)
...ging/CrudControllerLoggerMessageActionGenerator.cs 100.00% <100.00%> (ø)
...rs/Features/Mvc/MvcControllerGeneratorProcessor.cs 84.21% <100.00%> (+0.24%) ⬆️
...Features/WebApi/WebApiServiceGeneratorProcessor.cs 99.35% <100.00%> (+<0.01%) ⬆️
.../TestCrudControllerLoggerMessageActionGenerator.cs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5c3b82a...0f98e67. Read the comment docs.

@dpvreony dpvreony merged commit 679ffb3 into main Jan 10, 2022
@dpvreony dpvreony deleted the logmessageactions branch January 10, 2022 21:33
@sonarcloud
Copy link

sonarcloud bot commented Jan 10, 2022

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

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant