Skip to content

chore(deps): update dependency libgit2sharp to v0.28.0 #2098

chore(deps): update dependency libgit2sharp to v0.28.0

chore(deps): update dependency libgit2sharp to v0.28.0 #2098

Triggered via pull request November 20, 2023 04:11
Status Success
Total duration 1m 45s
Artifacts
Run integration tests against actual gitea
1m 36s
Run integration tests against actual gitea
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run integration tests against actual gitea: backend/src/Designer/Program.cs#L152
'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#L216
'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/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/RepositoryClient/Model/ContentsResponse.cs#L11
Non-nullable property 'Links' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run integration tests against actual gitea: backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L17
Non-nullable property 'DownloadUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run integration tests against actual gitea: backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L23
Non-nullable property 'GitUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run integration tests against actual gitea: backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L26
Non-nullable property 'HtmlUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run integration tests against actual gitea: backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L29
Non-nullable property 'LastCommitSha' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run integration tests against actual gitea: backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L32
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Run integration tests against actual gitea: backend/src/Designer/RepositoryClient/Model/ContentsResponse.cs#L35
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.