Skip to content

Add basic gh page

Add basic gh page #161

Triggered via pull request December 30, 2023 22:13
Status Success
Total duration 42s
Artifacts

check-pull-requests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/ModularToolManagerModel/Data/FunctionModel.cs#L73
Non-nullable property 'Settings' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ModularToolManagerModel/Services/Functions/IFunctionService.cs#L47
'FunctionModel.UniqueIdentifier' is obsolete: 'Please use the Id field instead'
build: src/ModularToolManager/ViewLocator.cs#L46
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
build: src/ModularToolManager/ViewLocator.cs#L29
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
build: src/ModularToolManager/Models/ShowOpenFileDialogModel.cs#L12
'FileDialogFilter' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'
build: src/ModularToolManager/App.axaml.cs#L89
Dereference of a possibly null reference.
build: src/ModularToolManager/Models/Messages/EditFunctionMessage.cs#L21
'FunctionModel.UniqueIdentifier' is obsolete: 'Please use the Id field instead'
build: src/ModularToolManager/Models/Messages/DeleteFunctionMessage.cs#L21
'FunctionModel.UniqueIdentifier' is obsolete: 'Please use the Id field instead'
build: src/ModularToolManager/Models/ApplicationStyle.cs#L23
Non-nullable property 'Variant' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ModularToolManager/Services/Ui/WindowManagementService.cs#L146
'OpenFileDialog' is obsolete: 'Use Window.StorageProvider API or TopLevel.StorageProvider API'