create-release #4
create-release.yml
on: workflow_dispatch
create-release
/
build
29s
Annotations
4 errors and 2 warnings
create-release / build:
src/kOS.Safe/Properties/AssemblyInfo.cs#L26
The type or namespace name 'KSPAssemblyAttribute' could not be found (are you missing a using directive or an assembly reference?)
|
create-release / build:
src/kOS.Safe/Properties/AssemblyInfo.cs#L26
The type or namespace name 'KSPAssembly' could not be found (are you missing a using directive or an assembly reference?)
|
create-release / build:
src/kOS.Safe/Properties/AssemblyInfo.cs#L25
The specified version string does not conform to the required format - major[.minor[.build[.revision]]]
|
create-release / build
Process completed with exit code 1.
|
create-release / build:
src/kOS.Safe/Properties/AssemblyInfo.cs#L24
The specified version string does not conform to the recommended format - major.minor.build.revision
|
create-release / build:
src/kOS.Safe/Encapsulation/UniqueSetValue.cs#L48
'UniqueSetValue<T>.Clear()' hides inherited member 'CollectionValue<T, HashSet<T>>.Clear()'. Use the new keyword if hiding was intended.
|