add docs and compilation one file #124
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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:
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.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/tests/Fiona.Hosting.Tests/OptionTests/OptionTest.cs#L32
Dereference of a possibly null reference.
|
build:
ide/src/Fiona.IDE/Components/Pages/Project/Index.razor#L12
Dereference of a possibly null reference.
|
build:
ide/src/Fiona.IDE/Components/Pages/Project/Index.razor#L30
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.
|