try to fix josn map typ #3
Annotations
2 errors and 9 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]
|