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

Drop requirement of Logger field from dependency injection codegen #107

Merged
merged 2 commits into from
Sep 21, 2023

Conversation

jonisavo
Copy link
Owner

Logger fields are no longer needed for DI codegen to work. If the field doesn't exist, Debug.LogError is used instead.

Relates to #104.

Logger fields are no longer needed for DI codegen to work. If the field doesn't exist, Debug.LogError is used instead.
@jonisavo jonisavo added enhancement New feature or request source-generation This issue or pull request relates to source generation labels Sep 21, 2023
@jonisavo jonisavo changed the title Fix/no mandatory logger in di Drop requirement of Logger field from dependency injection codegen Sep 21, 2023
@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #107 (b562ca7) into main (f941d19) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #107   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           54        54           
  Lines         1613      1641   +28     
=========================================
+ Hits          1613      1641   +28     
Flag Coverage Δ
automated 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...ponents.Roslyn.Common/Utilities/RoslynUtilities.cs 100.00% <100.00%> (ø)
...s.Roslyn.Generation/Generators/AugmentGenerator.cs 100.00% <100.00%> (ø)
...ors/DependencyInjection/ProvideAugmentGenerator.cs 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jonisavo jonisavo merged commit b6e219c into main Sep 21, 2023
11 checks passed
@jonisavo jonisavo deleted the fix/no-mandatory-logger-in-di branch September 21, 2023 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request source-generation This issue or pull request relates to source generation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant