separate namespace for new models #2896
gitea-designer-integration-tests.yaml
on: pull_request
Run integration tests against actual gitea
2m 28s
Annotations
10 warnings
Run integration tests against actual gitea:
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:
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:
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:
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:
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:
backend/src/Designer/Models/ServiceResource.cs#L58
Non-nullable property 'ContactPoints' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Run integration tests against actual gitea:
backend/src/Designer/Program.cs#L155
'ApplicationInsightsLoggingBuilderExtensions.AddApplicationInsights(ILoggingBuilder, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsights() overload which accepts Action<TelemetryConfiguration> and set TelemetryConfiguration.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
|
Run integration tests against actual gitea:
backend/src/Designer/Program.cs#L219
'ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(IServiceCollection, string)' is obsolete: 'InstrumentationKey based global ingestion is being deprecated. Use the AddApplicationInsightsTelemetry() overload which accepts Action<ApplicationInsightsServiceOptions> and set ApplicationInsightsServiceOptions.ConnectionString. See https://github.com/microsoft/ApplicationInsights-dotnet/issues/2560 for more details.'
|
Run integration tests against actual gitea:
backend/src/Designer/Controllers/PreviewController.cs#L868
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Run integration tests against actual gitea:
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)
|