fix external modules directory name inconsistencies #3
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: papeloto/action-zip@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build Solution:
EvoSC.Tool/Utils/PromptUtils.cs#L7
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'SelectionPrompt<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
Build Solution:
EvoSC.Tool/Utils/ToolCommandHandler.cs#L9
Non-nullable property 'Console' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Solution:
EvoSC.Tool/Utils/Templates/InfoFileTemplatePartial.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Solution:
EvoSC.Tool/Utils/Templates/InfoFileTemplatePartial.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Solution:
EvoSC.Tool/Utils/Templates/InfoFileTemplatePartial.cs#L7
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Solution:
EvoSC.Tool/Utils/Templates/InfoFileTemplatePartial.cs#L8
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Solution:
EvoSC.Tool/Utils/ProjectUtils.cs#L17
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
Build Solution:
EvoSC.Tool/Utils/Templates/MainModuleClassTemplatePartial.cs#L5
Non-nullable property 'Author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Solution:
EvoSC.Tool/Utils/Templates/MainModuleClassTemplatePartial.cs#L6
Non-nullable property 'ModuleName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build Solution:
EvoSC.Tool/Utils/PromptUtils.cs#L9
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'SelectionPrompt<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
The logs for this run have expired and are no longer available.
Loading