Add basic gh page #161
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'
|