Skip to content

Allow services to be overridden using ServiceCollection #350

Allow services to be overridden using ServiceCollection

Allow services to be overridden using ServiceCollection #350

Triggered via pull request April 27, 2023 15:32
Status Success
Total duration 1m 13s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/LightInject.Microsoft.DependencyInjection/LightInject.Microsoft.DependencyInjection.cs#L126
Code should not contain multiple blank lines in a row
build: src/LightInject.Microsoft.DependencyInjection.Tests/AsyncDisposableTests.cs#L52
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/LightInject.Microsoft.DependencyInjection/LightInject.Microsoft.DependencyInjection.cs#L126
Code should not contain multiple blank lines in a row
build: src/LightInject.Microsoft.DependencyInjection.Tests/AsyncDisposableTests.cs#L52
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: src/LightInject.Microsoft.DependencyInjection/LightInject.Microsoft.DependencyInjection.cs#L126
Code should not contain multiple blank lines in a row