Skip to content

feat: backend endpoints for instance creation and dataelement operations #7545

feat: backend endpoints for instance creation and dataelement operations

feat: backend endpoints for instance creation and dataelement operations #7545

Triggered via pull request November 26, 2024 14:10
Status Failure
Total duration 2m 20s
Artifacts

designer-dotnet-test.yaml

on: pull_request
Matrix: Run dotnet build and test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 20 warnings
Run dotnet build and test (ubuntu-latest)
Process completed with exit code 1.
Run dotnet build and test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Run dotnet build and test (windows-latest)
The operation was canceled.
Run dotnet build and test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Run dotnet build and test (macos-latest)
The operation was canceled.
Run dotnet build and test (ubuntu-latest): testdata/Model/CSharp/melding.cs#L7
The type name 'melding' only contains lower-cased ascii characters. Such names may become reserved for the language.
Run dotnet build and test (ubuntu-latest): backend/src/DataModeling/Converter/Csharp/CsharpGenerationException.cs#L28
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run dotnet build and test (ubuntu-latest): backend/src/DataModeling/Converter/Metadata/ModelMetadataConvertException.cs#L28
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run dotnet build and test (ubuntu-latest): backend/src/DataModeling/Converter/Xml/XmlSchemaConvertException.cs#L36
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run dotnet build and test (ubuntu-latest): backend/src/DataModeling/Converter/Json/JsonSchemaConvertException.cs#L36
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run dotnet build and test (ubuntu-latest): backend/src/Designer/Models/Dto/AccessListMember.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run dotnet build and test (ubuntu-latest): backend/src/Designer/Models/Preview/DataPatchRequest.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run dotnet build and test (ubuntu-latest): backend/src/Designer/Models/Preview/DataPatchRequestMultiple.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run dotnet build and test (ubuntu-latest): backend/src/Designer/Models/Preview/ValidationIssueWithSource.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run dotnet build and test (ubuntu-latest): backend/src/Designer/Models/Preview/ValidationIssueWithSource.cs#L56
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run dotnet build and test (macos-latest): testdata/Model/CSharp/melding.cs#L7
The type name 'melding' only contains lower-cased ascii characters. Such names may become reserved for the language.
Run dotnet build and test (macos-latest): backend/src/DataModeling/Converter/Csharp/CsharpGenerationException.cs#L28
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run dotnet build and test (macos-latest): backend/src/DataModeling/Converter/Metadata/ModelMetadataConvertException.cs#L28
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run dotnet build and test (macos-latest): backend/src/DataModeling/Converter/Json/JsonSchemaConvertException.cs#L36
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run dotnet build and test (macos-latest): backend/src/DataModeling/Converter/Xml/XmlSchemaConvertException.cs#L36
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Run dotnet build and test (macos-latest): backend/src/Designer/Controllers/ResourceAdminController.cs#L605
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run dotnet build and test (macos-latest): backend/src/Designer/Models/Dto/AccessListMember.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run dotnet build and test (macos-latest): backend/src/Designer/Models/Preview/DataPatchRequest.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run dotnet build and test (macos-latest): backend/src/Designer/Models/Preview/DataPatchRequestMultiple.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Run dotnet build and test (macos-latest): backend/src/Designer/Models/Preview/ValidationIssueWithSource.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.