Skip to content

Ability to configure the ServiceLifetime when doing service discovery… #47

Ability to configure the ServiceLifetime when doing service discovery…

Ability to configure the ServiceLifetime when doing service discovery… #47

Triggered via push June 3, 2024 11:21
Status Success
Total duration 1m 13s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
.NET 7.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: src/JasperFx.Core/IoC/IAssemblyScanner.cs#L211
Cannot convert null literal to non-nullable reference type.
build: src/JasperFx.Core/IoC/AssemblyScanner.cs#L231
Cannot convert null literal to non-nullable reference type.
build: src/JasperFx.Core/TypeScanning/CompositeTypeFilter.cs#L57
'CompositeTypeFilter.Matches(Type)' hides inherited member 'CompositeFilter<Type>.Matches(Type)'. Use the new keyword if hiding was intended.
build: src/JasperFx.Core/TypeScanning/TypeRepository.cs#L89
Possible null reference argument for parameter 'filter' in 'void CompositeFilter<Type>.WithCondition(string description, Func<Type, bool> filter)'.
build: src/JasperFx.Core/IoC/TypeExtensions.cs#L16
Possible null reference return.
build: src/JasperFx.Core/IoC/AssemblyScanner.cs#L21
Non-nullable property 'TypeFinder' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/JasperFx.Core/IoC/AssemblyScanner.cs#L21
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/JasperFx.Core/IoC/AssemblyScanner.cs#L104
Possible null reference argument for parameter 'nameSpace' in 'void AssemblyScanner.ExcludeNamespace(string nameSpace)'.
build: src/JasperFx.Core/IoC/AssemblyScanner.cs#L119
Possible null reference argument for parameter 'nameSpace' in 'void AssemblyScanner.IncludeNamespace(string nameSpace)'.
build: src/JasperFx.Core/IoC/DefaultConventionScanner.cs#L57
Possible null reference return.