Skip to content

move tokenizer to new project and fix UT #107

move tokenizer to new project and fix UT

move tokenizer to new project and fix UT #107

Triggered via push May 30, 2024 09:28
Status Failure
Total duration 8m 21s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
build: ide/src/Fiona.IDE.Tokenizer/TokenFactory.cs#L76
The type or namespace name 'ValidationError' could not be found (are you missing a using directive or an assembly reference?)
build: ide/src/Fiona.IDE.Tokenizer/TokenFactory.cs#L97
The type or namespace name 'ValidationError' could not be found (are you missing a using directive or an assembly reference?)
build: ide/src/Fiona.IDE.Tokenizer/TokenFactory.cs#L109
The type or namespace name 'ValidationError' could not be found (are you missing a using directive or an assembly reference?)
build: ide/src/Fiona.IDE.Tokenizer/TokenFactory.cs#L76
The type or namespace name 'ValidationError' could not be found (are you missing a using directive or an assembly reference?)
build: ide/src/Fiona.IDE.Tokenizer/TokenFactory.cs#L97
The type or namespace name 'ValidationError' could not be found (are you missing a using directive or an assembly reference?)
build: ide/src/Fiona.IDE.Tokenizer/TokenFactory.cs#L109
The type or namespace name 'ValidationError' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: ide/src/Fiona.IDE.ProjectManager/Models/Endpoint.cs#L6
Non-nullable field '_methods' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ide/src/Fiona.IDE.ProjectManager/Models/Endpoint.cs#L7
Non-nullable field '_returnType' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ide/src/Fiona.IDE.ProjectManager/Models/Class.cs#L8
Non-nullable field '_route' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ide/src/Fiona.IDE.ProjectManager/Models/ProjectFile.cs#L18
Non-nullable field 'class' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: ide/src/Fiona.IDE.ProjectManager/ProjectManager.cs#L42
Possible null reference argument for parameter 'source' in 'ProjectFile? Enumerable.FirstOrDefault<ProjectFile>(IEnumerable<ProjectFile> source, Func<ProjectFile, bool> predicate)'.
build: ide/src/Fiona.IDE.ProjectManager/Models/ProjectFile.cs#L14
The field 'ProjectFile.@Class' is never used
build: ide/src/Fiona.IDE.ProjectManager/Models/Endpoint.cs#L5
The field 'Endpoint._route' is never used
build: ide/src/Fiona.IDE.ProjectManager/Models/Class.cs#L8
The field 'Class._route' is never used
build: ide/src/Fiona.IDE.ProjectManager/Models/Endpoint.cs#L6
The field 'Endpoint._methods' is never used
build: ide/src/Fiona.IDE.ProjectManager/Models/Endpoint.cs#L7
The field 'Endpoint._returnType' is never used