Skip to content

Merge pull request #4 from Schrodinger-AI/feature/resize96 #6

Merge pull request #4 from Schrodinger-AI/feature/resize96

Merge pull request #4 from Schrodinger-AI/feature/resize96 #6

Triggered via push March 20, 2024 16:03
Status Success
Total duration 1m 5s
Artifacts

docker-image.yml

on: push
build-dotnet
54s
build-dotnet
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build-dotnet
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-dotnet: interfaces/WatermarkSettings.cs#L5
Non-nullable property 'Big' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: interfaces/WatermarkSettings.cs#L6
Non-nullable property 'Small' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: interfaces/Config.cs#L9
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-dotnet: Startup.cs#L16
The type 'WebApiClient.interfaces.WatermarkSettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'WebApiClient.interfaces.WatermarkSettings?' doesn't match 'class' constraint.
build-dotnet: Startup.cs#L18
The type 'WebApiClient.interfaces.ResizeSettings?' cannot be used as type parameter 'TService' in the generic type or method 'ServiceCollectionServiceExtensions.AddSingleton<TService>(IServiceCollection, TService)'. Nullability of type argument 'WebApiClient.interfaces.ResizeSettings?' doesn't match 'class' constraint.