You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/runner/.docker/config.json.
/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]
/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]
/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]
/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]
/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]
/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]
/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]
/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]