Skip to content

feat: Update the Read me and version bump for Major Release #129

feat: Update the Read me and version bump for Major Release

feat: Update the Read me and version bump for Major Release #129

Triggered via pull request July 10, 2026 04:06
Status Success
Total duration 46s
Artifacts

unit-test.yml

on: pull_request
unit-test
42s
unit-test
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
unit-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4.2.2, actions/setup-dotnet@v4.3.0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
unit-test: Contentstack.Utils.Tests/MetadataTest.cs#L115
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
unit-test: Contentstack.Utils.Tests/HtmlDocumentExtensionTest.cs#L29
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
unit-test: Contentstack.Utils.Tests/HtmlDocumentExtensionTest.cs#L39
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)
unit-test: Contentstack.Utils.Tests/HtmlDocumentExtensionTest.cs#L19
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead. (https://xunit.net/xunit.analyzers/rules/xUnit2020)