chore: enable workflows, docker images and helm chart #2
Annotations
1 error and 11 warnings
build (7.0)
Process completed with exit code 2.
|
build (7.0):
tests/shared/Tests.Shared/MockLogger.cs#L38
Nullability in constraints for type parameter 'TState' of method 'MockLogger<T>.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
build (7.0):
tests/shared/Tests.Shared/MockLogger.cs#L38
Nullability of reference types in return type of 'IDisposable? MockLogger<T>.BeginScope<TState>(TState state)' doesn't match implicitly implemented member 'IDisposable ILogger.BeginScope<TState>(TState state)' (possibly because of nullability attributes).
|
build (7.0):
src/clients/Dim.Clients/Api/Cf/CfClient.cs#L80
Dereference of a possibly null reference.
|
build (7.0):
src/database/Dim.Migrations/Migrations/20240307101150_initial.cs#L30
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (7.0):
src/database/Dim.Migrations/Migrations/20240307101150_initial.Designer.cs#L35
The type name 'initial' only contains lower-cased ascii characters. Such names may become reserved for the language.
|
build (7.0):
src/processes/DimProcess.Library/Callback/DependencyInjection/CallbackSettings.cs#L26
Non-nullable property 'BaseAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (7.0):
src/processes/DimProcess.Executor/DimProcessTypeExecutor.cs#L57
Non-nullable field '_tenantName' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build (7.0):
tests/processes/Processes.Worker.Library.Tests/ProcessExecutorTests.cs#L878
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build (7.0):
tests/shared/Tests.Shared/MockLogger.cs#L38
Nullability in constraints for type parameter 'TState' of method 'MockLogger<T>.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
build (7.0):
tests/shared/Tests.Shared/MockLogger.cs#L38
Nullability of reference types in return type of 'IDisposable? MockLogger<T>.BeginScope<TState>(TState state)' doesn't match implicitly implemented member 'IDisposable ILogger.BeginScope<TState>(TState state)' (possibly because of nullability attributes).
|
build (7.0):
src/processes/DimProcess.Executor/DimProcessTypeExecutor.cs#L145
Remove unused parameter 'processStepTypeId'
|