Add command to compile one file #140
Annotations
10 warnings
server/src/Fiona.Hosting/Routing/CallEndpointMiddleware.cs#L57
Possible null reference argument for parameter 's' in 'byte[] Encoding.GetBytes(string s)'.
|
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)'.
|
compiler/src/Fiona.Compiler.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.
|
compiler/src/Fiona.Compiler.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.
|
compiler/src/Fiona.Compiler.ProjectManager/ProjectManager.cs#L46
Dereference of a possibly null reference.
|
compiler/src/Fiona.Compiler.ProjectManager/Models/ProjectFile.cs#L105
Dereference of a possibly null reference.
|
compiler/src/Fiona.Compiler.CommandLine/Program.cs#L30
Possible null reference argument for parameter 'path' in 'Task IProjectManager.LoadProject(string path)'.
|
ide/src/Fiona.IDE/Components/Pages/Project/Index.razor#L12
Dereference of a possibly null reference.
|
ide/src/Fiona.IDE/Components/Pages/Project/Index.razor#L30
Cannot convert null literal to non-nullable reference type.
|
ide/src/Fiona.IDE/Components/Pages/Project/Menu/ProjectMenu.razor#L60
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading