Skip to content

Build and Release EXE and APK #14

Build and Release EXE and APK

Build and Release EXE and APK #14

Manually triggered September 24, 2024 21:20
Status Failure
Total duration 10m 17s
Artifacts

build-and-release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: ModelA/LogSystem/ErrorLog.cs#L11
Non-nullable property 'StackTrace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModelA/LogSystem/ErrorLog.cs#L11
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModelA/LogSystem/ErrorLog.cs#L11
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModelA/LogSystem/ErrorLog.cs#L11
Non-nullable property 'ExceptionTypeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModelA/LogSystem/ErrorLog.cs#L11
Non-nullable property 'AdditionalInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModelA/Database/DocumentRepository.cs#L69
The variable 'ex' is declared but never used
build: ModelA/Database/DocumentRepository.cs#L95
The variable 'ex' is declared but never used
build: ModelA/LogSystem/ErrorLog.cs#L11
Non-nullable property 'StackTrace' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModelA/LogSystem/ErrorLog.cs#L11
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModelA/LogSystem/ErrorLog.cs#L11
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModelA/LogSystem/ErrorLog.cs#L11
Non-nullable property 'ExceptionTypeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModelA/LogSystem/ErrorLog.cs#L11
Non-nullable property 'AdditionalInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: ModelA/Database/DocumentRepository.cs#L69
The variable 'ex' is declared but never used
build: ModelA/Database/DocumentRepository.cs#L95
The variable 'ex' is declared but never used
build: GeneA.Android/MainActivity.cs#L27
Nullability of type of parameter 'savedInstanceState' doesn't match overridden member (possibly because of nullability attributes).