Skip to content

fix(build): Hotfix failing CI w/ reverting artifacts output change #336

fix(build): Hotfix failing CI w/ reverting artifacts output change

fix(build): Hotfix failing CI w/ reverting artifacts output change #336

Triggered via push May 11, 2024 04:04
Status Success
Total duration 57s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/Data/HttpRemoteFolder.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/Data/HttpRemoteFolder.cs#L10
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/Data/HttpRemoteFolder.cs#L10
Non-nullable property 'Vault' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L16
Non-nullable property 'Manifest' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L16
Non-nullable property 'HttpClient' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L16
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L16
Non-nullable field '_root' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Vaults/Nodsoft.MoltenObsidian.Vaults.Http/HttpRemoteVault.cs#L42
The event 'HttpRemoteVault.VaultUpdate' is never used
build: Nodsoft.MoltenObsidian.Blazor/ObsidianVaultNavigation.razor#L12
Non-nullable property 'Vault' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Nodsoft.MoltenObsidian.Blazor/ObsidianVaultDisplay.razor.cs#L57
Ambiguous reference in cref attribute: 'VaultComponentHelpers.GetCallingBaseVaultPath'. Assuming 'VaultComponentHelpers.GetCallingBaseVaultPath(IComponent)', but could have also matched other overloads including 'VaultComponentHelpers.GetCallingBaseVaultPath(Type)'.