Skip to content

Create Dockerfile

Create Dockerfile #4

Triggered via push October 13, 2023 16:53
Status Success
Total duration 5m 51s
Artifacts 1

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

63 warnings
build (ubuntu-latest, 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-node@v1, sondreb/action-release@main. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (ubuntu-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
build (ubuntu-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
build (ubuntu-latest, 18): src/Angor/Client/Pages/Index.razor#L1
Found markup element with unexpected name 'SurveyPrompt'. If this is intended to be a component, add a @using directive for its namespace. [/home/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (ubuntu-latest, 18): src/Angor/Client/Pages/Penalties.razor#L1
'Penalties.hasWallet' hides inherited member 'BaseComponent.hasWallet'. Use the new keyword if hiding was intended. [/home/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (ubuntu-latest, 18)
'Penalties.NavigationManager' hides inherited member 'BaseComponent.NavigationManager'. Use the new keyword if hiding was intended. [/home/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (ubuntu-latest, 18)
'Penalties._walletStorage' hides inherited member 'BaseComponent._walletStorage'. Use the new keyword if hiding was intended. [/home/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (ubuntu-latest, 18)
'Invest.NavigationManager' hides inherited member 'BaseComponent.NavigationManager'. Use the new keyword if hiding was intended. [/home/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (ubuntu-latest, 18)
'Invest._walletStorage' hides inherited member 'BaseComponent._walletStorage'. Use the new keyword if hiding was intended. [/home/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (ubuntu-latest, 18): src/Angor/Client/Shared/NotificationComponent.razor#L1
Cannot convert null literal to non-nullable reference type. [/home/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (ubuntu-latest, 18): src/Angor/Client/Shared/NotificationComponent.razor#L1
Non-nullable field 'notificationMessage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. [/home/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (ubuntu-latest, 18): src/Angor/Shared/Protocol/FounderContext.cs#L1
Non-nullable property 'ProjectInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (ubuntu-latest, 18): src/Angor/Shared/Protocol/FounderContext.cs#L1
Non-nullable property 'ProjectSeeders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (ubuntu-latest, 18): src/Angor/Shared/Protocol/FounderContext.cs#L1
Non-nullable property 'ChangeAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (ubuntu-latest, 18): src/Angor/Shared/Protocol/InvestorContext.cs#L1
Non-nullable property 'InvestorKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (ubuntu-latest, 18): src/Angor/Shared/Protocol/InvestorContext.cs#L1
Non-nullable property 'InvestorSecretHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (ubuntu-latest, 18): src/Angor/Shared/Protocol/InvestorContext.cs#L1
Non-nullable property 'ProjectInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (ubuntu-latest, 18): src/Angor/Shared/Protocol/InvestorContext.cs#L1
Non-nullable property 'TransactionHex' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (ubuntu-latest, 18): src/Angor/Shared/Protocol/InvestorContext.cs#L1
Non-nullable property 'ChangeAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/home/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (ubuntu-latest, 18): src/Angor/Shared/Services/SignService.cs#L1
Possible null reference return. [/home/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (ubuntu-latest, 18): src/Angor/Shared/WalletOperations.cs#L1
Possible null reference argument for parameter 'source' in 'long Enumerable.Sum<Coin>(IEnumerable<Coin> source, Func<Coin, long> selector)'. [/home/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (macos-latest, 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-node@v1, sondreb/action-release@main. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (macos-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
build (macos-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
build (macos-latest, 18): src/Angor/Client/Pages/Index.razor#L1
Found markup element with unexpected name 'SurveyPrompt'. If this is intended to be a component, add a @using directive for its namespace. [/Users/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (macos-latest, 18)
'Invest.NavigationManager' hides inherited member 'BaseComponent.NavigationManager'. Use the new keyword if hiding was intended. [/Users/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (macos-latest, 18)
'Invest._walletStorage' hides inherited member 'BaseComponent._walletStorage'. Use the new keyword if hiding was intended. [/Users/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (macos-latest, 18): src/Angor/Client/Pages/Penalties.razor#L1
'Penalties.hasWallet' hides inherited member 'BaseComponent.hasWallet'. Use the new keyword if hiding was intended. [/Users/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (macos-latest, 18)
'Penalties.NavigationManager' hides inherited member 'BaseComponent.NavigationManager'. Use the new keyword if hiding was intended. [/Users/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (macos-latest, 18)
'Penalties._walletStorage' hides inherited member 'BaseComponent._walletStorage'. Use the new keyword if hiding was intended. [/Users/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (macos-latest, 18): src/Angor/Client/Shared/BaseComponent.cs#L1
Non-nullable property '_walletStorage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (macos-latest, 18): src/Angor/Client/Shared/BaseComponent.cs#L1
Non-nullable property 'NavigationManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/angor/angor/src/Angor/Client/Angor.Client.csproj]
build (macos-latest, 18): src/Angor/Shared/Protocol/FounderContext.cs#L1
Non-nullable property 'ProjectInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (macos-latest, 18): src/Angor/Shared/Protocol/FounderContext.cs#L1
Non-nullable property 'ProjectSeeders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (macos-latest, 18): src/Angor/Shared/Protocol/FounderContext.cs#L1
Non-nullable property 'ChangeAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (macos-latest, 18): src/Angor/Shared/Protocol/InvestorContext.cs#L1
Non-nullable property 'InvestorKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (macos-latest, 18): src/Angor/Shared/Protocol/InvestorContext.cs#L1
Non-nullable property 'InvestorSecretHash' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (macos-latest, 18): src/Angor/Shared/Protocol/InvestorContext.cs#L1
Non-nullable property 'ProjectInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (macos-latest, 18): src/Angor/Shared/Protocol/InvestorContext.cs#L1
Non-nullable property 'TransactionHex' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (macos-latest, 18): src/Angor/Shared/Protocol/InvestorContext.cs#L1
Non-nullable property 'ChangeAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [/Users/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (macos-latest, 18): src/Angor/Shared/Services/SignService.cs#L1
Possible null reference return. [/Users/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (macos-latest, 18): src/Angor/Shared/Services/RelayService.cs#L1
Possible null reference return. [/Users/runner/work/angor/angor/src/Angor/Shared/Angor.Shared.csproj]
build (windows-latest, 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, actions/setup-node@v1, sondreb/action-release@main. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (windows-latest, 18): src/Angor/Shared/Protocol/FounderContext.cs#L1
Non-nullable property 'ProjectInfo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\angor\angor\src\Angor\Shared\Angor.Shared.csproj]
build (windows-latest, 18): src/Angor/Shared/Protocol/FounderContext.cs#L1
Non-nullable property 'ProjectSeeders' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\angor\angor\src\Angor\Shared\Angor.Shared.csproj]
build (windows-latest, 18): src/Angor/Shared/Protocol/FounderContext.cs#L1
Non-nullable property 'ChangeAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\angor\angor\src\Angor\Shared\Angor.Shared.csproj]
build (windows-latest, 18): src/Angor/Shared/Services/SignService.cs#L1
Possible null reference return. [D:\a\angor\angor\src\Angor\Shared\Angor.Shared.csproj]
build (windows-latest, 18): src/Angor/Shared/Services/RelayService.cs#L1
Possible null reference return. [D:\a\angor\angor\src\Angor\Shared\Angor.Shared.csproj]
build (windows-latest, 18): src/Angor/Shared/Services/IndexerService.cs#L1
Possible null reference return. [D:\a\angor\angor\src\Angor\Shared\Angor.Shared.csproj]
build (windows-latest, 18): src/Angor/Shared/Services/IndexerService.cs#L1
Possible null reference return. [D:\a\angor\angor\src\Angor\Shared\Angor.Shared.csproj]
build (windows-latest, 18): src/Angor/Shared/Services/IndexerService.cs#L1
Non-nullable property 'TransactionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\angor\angor\src\Angor\Shared\Angor.Shared.csproj]
build (windows-latest, 18): src/Angor/Shared/Services/IndexerService.cs#L1
Non-nullable property 'InvestorPublicKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\angor\angor\src\Angor\Shared\Angor.Shared.csproj]
build (windows-latest, 18): src/Angor/Shared/Services/IndexerService.cs#L1
Non-nullable property 'HashOfSecret' must contain a non-null value when exiting constructor. Consider declaring the property as nullable. [D:\a\angor\angor\src\Angor\Shared\Angor.Shared.csproj]
build (windows-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
build (windows-latest, 18)
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
build (windows-latest, 18): src/Angor/Client/Pages/Index.razor#L1
Found markup element with unexpected name 'SurveyPrompt'. If this is intended to be a component, add a @using directive for its namespace. [D:\a\angor\angor\src\Angor\Client\Angor.Client.csproj]
build (windows-latest, 18)
'Invest.NavigationManager' hides inherited member 'BaseComponent.NavigationManager'. Use the new keyword if hiding was intended. [D:\a\angor\angor\src\Angor\Client\Angor.Client.csproj]
build (windows-latest, 18)
'Invest._walletStorage' hides inherited member 'BaseComponent._walletStorage'. Use the new keyword if hiding was intended. [D:\a\angor\angor\src\Angor\Client\Angor.Client.csproj]
build (windows-latest, 18): src/Angor/Client/Pages/Penalties.razor#L1
'Penalties.hasWallet' hides inherited member 'BaseComponent.hasWallet'. Use the new keyword if hiding was intended. [D:\a\angor\angor\src\Angor\Client\Angor.Client.csproj]
build (windows-latest, 18)
'Penalties.NavigationManager' hides inherited member 'BaseComponent.NavigationManager'. Use the new keyword if hiding was intended. [D:\a\angor\angor\src\Angor\Client\Angor.Client.csproj]
build (windows-latest, 18)
'Penalties._walletStorage' hides inherited member 'BaseComponent._walletStorage'. Use the new keyword if hiding was intended. [D:\a\angor\angor\src\Angor\Client\Angor.Client.csproj]
build (windows-latest, 18): src/Angor/Client/Shared/NotificationComponent.razor#L1
Cannot convert null literal to non-nullable reference type. [D:\a\angor\angor\src\Angor\Client\Angor.Client.csproj]
build (windows-latest, 18): src/Angor/Client/Shared/NotificationComponent.razor#L1
Non-nullable field 'notificationMessage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable. [D:\a\angor\angor\src\Angor\Client\Angor.Client.csproj]

Artifacts

Produced during runtime
Name Size
api Expired
215 MB