Skip to content

Update Readme.md

Update Readme.md #138

Triggered via push June 13, 2024 20:54
Status Success
Total duration 8m 18s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: compiler/src/Fiona.Compiler/Parser/Validator.cs#L93
Possible null reference argument for parameter 'endpointName' in 'int Validator.ValidateEndpoint(IReadOnlyCollection<IToken> tokens, int startIndex, string endpointName)'.
build: compiler/src/Fiona.Compiler.CommandLine/Program.cs#L10
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: ide/src/Fiona.IDE.ProjectManager/ProjectManager.cs#L42
Dereference of a possibly null reference.
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/Models/ProjectFile.cs#L104
Dereference of a possibly null reference.
build: ide/src/Fiona.IDE/Components/Pages/Project/Index.razor#L13
Dereference of a possibly null reference.
build: ide/src/Fiona.IDE/Components/Pages/Project/Index.razor#L31
Cannot convert null literal to non-nullable reference type.
build: ide/src/Fiona.IDE/Components/Pages/Project/Menu/ProjectMenu.razor#L60
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