Skip to content

Update Readme.md

Update Readme.md #122

Triggered via push June 8, 2024 12:03
Status Success
Total duration 9m 38s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: ide/src/Fiona.IDE.ProjectManager/Models/Dependency.cs#L7
Parameter 'string name' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
build: ide/src/Fiona.IDE.ProjectManager/Models/Dependency.cs#L8
Parameter 'string type' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
build: ide/src/Fiona.IDE.ProjectManager/ProjectManager.cs#L42
Dereference of a possibly null reference.
build: ide/src/Fiona.IDE.ProjectManager/Models/ProjectFile.cs#L104
Dereference of a possibly null reference.
build: ide/src/Fiona.IDE.Compiler/Parser/Validator.cs#L88
Possible null reference argument for parameter 'endpointName' in 'int Validator.ValidateEndpoint(IReadOnlyCollection<IToken> tokens, int startIndex, string endpointName)'.
build: server/src/Fiona.Hosting/Routing/CallEndpointMiddleware.cs#L57
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
build: ide/src/Fiona.IDE/Components/Pages/Project/Index.razor#L11
Dereference of a possibly null reference.
build: ide/src/Fiona.IDE/Components/Pages/Project/Menu/ProjectMenu.razor#L49
Dereference of a possibly null reference.
build: ide/src/Fiona.IDE/Components/Pages/Project/Menu/CreateFileModal.razor#L74
The variable 'ex' is declared but never used
build: ide/src/Fiona.IDE/Platforms/MacCatalyst/FolderPicker.cs#L43
This call site is reachable on: 'MacCatalyst' 14.0 and later. 'UIDocumentPickerMode.Open' is obsoleted on: 'maccatalyst' 14.0 and later (Use the designated constructors instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)