Skip to content

try to fix josn map typ #3

try to fix josn map typ

try to fix josn map typ #3

Triggered via push April 19, 2024 16:13
Status Success
Total duration 46s
Artifacts

main.yml

on: push
ubuntu-latest
35s
ubuntu-latest
Fit to window
Zoom out
Zoom in

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]