Skip to content

Merge pull request #18 from iAmBipinPaul/main-add-docker-compose-file #11

Merge pull request #18 from iAmBipinPaul/main-add-docker-compose-file

Merge pull request #18 from iAmBipinPaul/main-add-docker-compose-file #11

Triggered via push June 30, 2024 15:20
Status Success
Total duration 1m 45s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
ubuntu-latest
Configure a credential helper to remove this warning. See
ubuntu-latest
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
ubuntu-latest
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
ubuntu-latest
WARNING! Your password will be stored unencrypted in /home/runner/.docker/config.json.
ubuntu-latest
/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/User.cs(9,23): warning CS8618: Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/UrlShortener.Domain.csproj]
ubuntu-latest
/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/User.cs(10,23): warning CS8618: Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/UrlShortener.Domain.csproj]
ubuntu-latest
/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/User.cs(11,23): warning CS8618: Non-nullable property 'PartitionValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/UrlShortener.Domain.csproj]
ubuntu-latest
/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/ShortUrl.cs(14,23): warning CS8618: Non-nullable property 'PartitionValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/UrlShortener.Domain.csproj]
ubuntu-latest
/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/ShortUrl.cs(17,43): warning CS8618: Non-nullable property 'ShortUrlClicks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/UrlShortener.Domain.csproj]
ubuntu-latest
/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/ShortUrlClick.cs(15,23): warning CS8618: Non-nullable property 'PartitionValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/UrlShortener.Domain.csproj]
ubuntu-latest
/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/ShortUrlClick.cs(23,25): warning CS8618: Non-nullable property 'ShortUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/UrlShortener/UrlShortener/src/API/UrlShortener.Domain/UrlShortener.Domain.csproj]
ubuntu-latest
/home/runner/work/UrlShortener/UrlShortener/src/UI/UrlShortener.UI.Blazor/Shared/LoginDisplay.razor(5,9): warning CS0618: 'SignOutSessionStateManager' is obsolete: 'Use 'Microsoft.AspNetCore.Components.Webassembly.Authentication.NavigationManagerExtensions.NavigateToLogout' instead.' [/home/runner/work/UrlShortener/UrlShortener/src/UI/UrlShortener.UI.Blazor/UrlShortener.UI.Blazor.csproj]