Skip to content

Add nuget.config to use Optimizely feed #3

Add nuget.config to use Optimizely feed

Add nuget.config to use Optimizely feed #3

Triggered via push June 27, 2025 13:59
Status Success
Total duration 1m 47s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Web/Models/Pages/StartPage.cs#L25
Non-nullable property 'MainContentArea' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: test/OptimizelyTestContainers.Tests/NewsPageIntegrationTests.cs#L26
Non-nullable field '_dbContainer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: test/OptimizelyTestContainers.Tests/NewsPageIntegrationTests.cs#L25
Non-nullable field '_services' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: test/OptimizelyTestContainers.Tests/NewsPageIntegrationTests.cs#L24
Non-nullable field '_host' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Web/Models/Media/GenericMedia.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Media/ImageFile.cs#L15
Non-nullable property 'Copyright' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Pages/NewsPage.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Media/VideoFile.cs#L20
Non-nullable property 'PreviewImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Media/VideoFile.cs#L14
Non-nullable property 'Copyright' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Web/Models/Pages/StartPage.cs#L25
Non-nullable property 'MainContentArea' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.