Skip to content

Namespace fixes

Namespace fixes #9

Triggered via push April 15, 2024 20:02
Status Failure
Total duration 46s
Billable time 1m
Artifacts

desktop.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build: BTCPayApp.UI/Auth/AuthStateProvider.cs#L6
The type or namespace name 'Authentication' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
build: BTCPayApp.UI/Auth/AuthStateProvider.cs#L9
The type or namespace name 'Data' does not exist in the namespace 'Microsoft.AspNetCore.Identity' (are you missing an assembly reference?)
build: BTCPayApp.UI/Auth/AuthStateProvider.cs#L6
The type or namespace name 'Authentication' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
build: BTCPayApp.UI/Auth/AuthStateProvider.cs#L9
The type or namespace name 'Data' does not exist in the namespace 'Microsoft.AspNetCore.Identity' (are you missing an assembly reference?)
build
Process completed with exit code 1.
build: submodules/btcpayserver/BTCPayApp.CommonServer/SignupResult.cs#L5
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/SignupRequest.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/SignupRequest.cs#L11
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/PairSuccessResult.cs#L5
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/PairSuccessResult.cs#L7
Non-nullable property 'UserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/PairSuccessResult.cs#L11
Non-nullable property 'Network' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/IBTCPayAppServerClient.cs#L21
Non-nullable property 'DerivationScheme' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/AppUserInfo.cs#L15
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/AppUserInfo.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: submodules/btcpayserver/BTCPayApp.CommonServer/AppUserInfo.cs#L17
Non-nullable property 'RoleId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.