Skip to content

Issues/86 v2

Issues/86 v2 #195

Triggered via pull request September 15, 2023 20:51
Status Success
Total duration 5m 6s
Artifacts 1

main.yml

on: pull_request
build-documentation
1m 16s
build-documentation
publish-production-package
0s
publish-production-package
publish-preview-package
0s
publish-preview-package
publish-documentation
0s
publish-documentation
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 11 warnings
Laserfiche.Repository.Api.Client.IntegrationTest.Attributes.GetAttributeTest ► ReturnAttribute: src/Clients/RepositoryClients.cs#L476
Failed test found in: tests/integration/TestResults/integration-test-self-hosted-results.trx Error: Test method Laserfiche.Repository.Api.Client.IntegrationTest.Attributes.GetAttributeTest.ReturnAttribute threw exception: Laserfiche.Api.Client.ApiException: HTTP status code 400. ---> Newtonsoft.Json.JsonSerializationException: Required property 'title' not found in JSON. Path '', line 1, position 242.
Laserfiche.Repository.Api.Client.IntegrationTest.Attributes.ListAttributesTest ► ForEachPaging: src/Clients/RepositoryClients.cs#L476
Failed test found in: tests/integration/TestResults/integration-test-self-hosted-results.trx Error: Test method Laserfiche.Repository.Api.Client.IntegrationTest.Attributes.ListAttributesTest.ForEachPaging threw exception: Laserfiche.Api.Client.ApiException: HTTP status code 400. ---> Newtonsoft.Json.JsonSerializationException: Required property 'title' not found in JSON. Path '', line 1, position 242.
Laserfiche.Repository.Api.Client.IntegrationTest.Attributes.ListAttributesTest ► ReturnAttributes: src/Clients/RepositoryClients.cs#L476
Failed test found in: tests/integration/TestResults/integration-test-self-hosted-results.trx Error: Test method Laserfiche.Repository.Api.Client.IntegrationTest.Attributes.ListAttributesTest.ReturnAttributes threw exception: Laserfiche.Api.Client.ApiException: HTTP status code 400. ---> Newtonsoft.Json.JsonSerializationException: Required property 'title' not found in JSON. Path '', line 1, position 242.
Laserfiche.Repository.Api.Client.IntegrationTest.Attributes.ListAttributesTest ► SimplePaging: src/Clients/RepositoryClients.cs#L476
Failed test found in: tests/integration/TestResults/integration-test-self-hosted-results.trx Error: Test method Laserfiche.Repository.Api.Client.IntegrationTest.Attributes.ListAttributesTest.SimplePaging threw exception: Laserfiche.Api.Client.ApiException: HTTP status code 400. ---> Newtonsoft.Json.JsonSerializationException: Required property 'title' not found in JSON. Path '', line 1, position 242.
Laserfiche.Repository.Api.Client.IntegrationTest.AuditReasons.ListAuditReasonsTest ► ReturnAuditReasons: src/Clients/RepositoryClients.cs#L797
Failed test found in: tests/integration/TestResults/integration-test-self-hosted-results.trx Error: Test method Laserfiche.Repository.Api.Client.IntegrationTest.AuditReasons.ListAuditReasonsTest.ReturnAuditReasons threw exception: Laserfiche.Api.Client.ApiException: HTTP status code 400. ---> Newtonsoft.Json.JsonSerializationException: Required property 'title' not found in JSON. Path '', line 1, position 244.
Laserfiche.Repository.Api.Client.IntegrationTest.Entries.CreateEntryTest ► CreateFolder: src/Clients/RepositoryClients.cs#L4302
Failed test found in: tests/integration/TestResults/integration-test-self-hosted-results.trx Error: Test method Laserfiche.Repository.Api.Client.IntegrationTest.Entries.CreateEntryTest.CreateFolder threw exception: Laserfiche.Api.Client.ApiException: Not Found
Laserfiche.Repository.Api.Client.IntegrationTest.Entries.CreateEntryTest ► CreateShortcut: src/Clients/RepositoryClients.cs#L4302
Failed test found in: tests/integration/TestResults/integration-test-self-hosted-results.trx Error: Test method Laserfiche.Repository.Api.Client.IntegrationTest.Entries.CreateEntryTest.CreateShortcut threw exception: Laserfiche.Api.Client.ApiException: Not Found
Laserfiche.Repository.Api.Client.IntegrationTest.Entries.GetEntryTest ► ReturnEntry: src/Clients/RepositoryClients.cs#L3604
Failed test found in: tests/integration/TestResults/integration-test-self-hosted-results.trx Error: Test method Laserfiche.Repository.Api.Client.IntegrationTest.Entries.GetEntryTest.ReturnEntry threw exception: Laserfiche.Api.Client.ApiException: Not Found
Laserfiche.Repository.Api.Client.IntegrationTest.Entries.GetEntryTest ► ReturnRootFolder: src/Clients/RepositoryClients.cs#L6399
Failed test found in: tests/integration/TestResults/integration-test-self-hosted-results.trx Error: Test method Laserfiche.Repository.Api.Client.IntegrationTest.Entries.GetEntryTest.ReturnRootFolder threw exception: Laserfiche.Api.Client.ApiException: HTTP status code 400. ---> Newtonsoft.Json.JsonSerializationException: Required property 'title' not found in JSON. Path '', line 1, position 241.
Laserfiche.Repository.Api.Client.IntegrationTest.Entries.GetEntryTest ► ThrowException: tests/integration/Entries/GetEntryTest.cs#L89
Failed test found in: tests/integration/TestResults/integration-test-self-hosted-results.trx Error: Assert.AreEqual failed. Expected:<404>. Actual:<400>.
Laserfiche.Repository.Api.Client.IntegrationTest.Entries.ImportEntryTest ► DocumentCreated: src/Clients/RepositoryClients.cs#L3604
Failed test found in: tests/integration/TestResults/integration-test-self-hosted-results.trx Error: Test method Laserfiche.Repository.Api.Client.IntegrationTest.Entries.ImportEntryTest.DocumentCreated threw exception: Laserfiche.Api.Client.ApiException: Not Found
build-n-test
Process completed with exit code 1.
build-n-test: src/Clients/AttributesClient.cs#L41
Missing XML comment for publicly visible type or member 'AttributesClient'
build-n-test: src/Clients/AttributesClient.cs#L43
Missing XML comment for publicly visible type or member 'AttributesClient.ListAttributesForEachAsync(Func<AttributeCollectionResponse, Task<bool>>, string, bool?, string, string, string, int?, int?, bool?, int?, CancellationToken)'
build-n-test: src/Clients/AttributesClient.cs#L55
Missing XML comment for publicly visible type or member 'AttributesClient.ListAttributesNextLinkAsync(string, int?, CancellationToken)'
build-n-test: src/Clients/BaseClient.cs#L12
Missing XML comment for publicly visible type or member 'BaseClient'
build-n-test: src/Clients/BaseClient.cs#L14
Missing XML comment for publicly visible type or member 'BaseClient.UpdateJsonSerializerSettings(JsonSerializerSettings)'
build-n-test: src/Clients/BaseClient.cs#L19
Missing XML comment for publicly visible type or member 'BaseClient.GetNextLinkAsync<T>(HttpClient, string, string, Func<HttpRequestMessage, HttpClient, bool[], CancellationToken, Task<T>>, CancellationToken)'
build-n-test: src/Clients/BaseClient.cs#L43
Missing XML comment for publicly visible type or member 'BaseClient.MergeMaxSizeIntoPrefer(int?, string)'
build-n-test: src/Clients/EntriesClient.cs#L143
Missing XML comment for publicly visible type or member 'EntriesClient'
build-n-test: src/Clients/EntriesClient.cs#L145
Missing XML comment for publicly visible type or member 'EntriesClient.GetEntryAsync(string, CancellationToken)'
build-n-test: src/Clients/EntriesClient.cs#L156
Missing XML comment for publicly visible type or member 'EntriesClient.ListEntriesForEachAsync(Func<EntryCollectionResponse, Task<bool>>, string, int, bool?, IEnumerable<string>, bool?, string, string, string, string, int?, int?, bool?, int?, CancellationToken)'
build-n-test
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.

Artifacts

Produced during runtime
Name Size
documentation-artifact Expired
4.07 MB