Skip to content

Merge pull request #144 from contentstack/fix/DX-3662 #33

Merge pull request #144 from contentstack/fix/DX-3662

Merge pull request #144 from contentstack/fix/DX-3662 #33

Triggered via push November 17, 2025 03:34
Status Success
Total duration 3m 45s
Artifacts

unit-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
unit-test: Contentstack.Core/Internals/StackOutput.cs#L12
The field 'StackOutput._Output' is assigned but its value is never used
unit-test: Contentstack.Core/ContentstackClient.cs#L610
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.
unit-test: Contentstack.Core/ContentstackClient.cs#L88
'ContentstackOptions.AccessToken' is obsolete: 'We have deprecated AccessToken and we will stop supporting it in the near future. We strongly recommend using DeliveryToken.'
unit-test: Contentstack.Core/ContentstackClient.cs#L86
'ContentstackOptions.AccessToken' is obsolete: 'We have deprecated AccessToken and we will stop supporting it in the near future. We strongly recommend using DeliveryToken.'
unit-test: Contentstack.Core/Attributes/CSJsonConverterAttribute.cs#L72
The variable 'ex' is declared but never used
unit-test: Contentstack.Core/Attributes/CSJsonConverterAttribute.cs#L72
The variable 'ex' is declared but never used
unit-test: Contentstack.Core/Models/Taxonomy.cs#L257
'Taxonomy.GetContentstackError(Exception)' hides inherited member 'Query.GetContentstackError(Exception)'. Use the new keyword if hiding was intended.
unit-test: Contentstack.Core/Models/Taxonomy.cs#L257
'Taxonomy.GetContentstackError(Exception)' hides inherited member 'Query.GetContentstackError(Exception)'. Use the new keyword if hiding was intended.
unit-test: Contentstack.Core/Models/Taxonomy.cs#L37
'Taxonomy.Stack' hides inherited member 'Query.Stack'. Use the new keyword if hiding was intended.
unit-test: Contentstack.Core/Models/Taxonomy.cs#L37
'Taxonomy.Stack' hides inherited member 'Query.Stack'. Use the new keyword if hiding was intended.