Skip to content

chore(deps): update nuget non-major dependencies #4472

chore(deps): update nuget non-major dependencies

chore(deps): update nuget non-major dependencies #4472

Triggered via pull request August 26, 2024 20:23
Status Success
Total duration 3m 1s
Artifacts
Run integration tests against actual gitea and db
2m 52s
Run integration tests against actual gitea and db
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run integration tests against actual gitea and db: 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 integration tests against actual gitea and db: 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 integration tests against actual gitea and db: 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 integration tests against actual gitea and db: 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 integration tests against actual gitea and db: 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 integration tests against actual gitea and db: 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 integration tests against actual gitea and db: backend/src/Designer/Models/ServiceResource.cs#L57
Non-nullable property 'ContactPoints' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run integration tests against actual gitea and db: backend/src/Designer/Models/AccessList.cs#L11
Non-nullable property 'Identifier' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run integration tests against actual gitea and db: backend/src/Designer/Models/AccessList.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run integration tests against actual gitea and db: backend/src/Designer/Infrastructure/GitRepository/LocalGitCloneIoException.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)