Skip to content

Implement ISO Schematron 2025 features #4

Implement ISO Schematron 2025 features

Implement ISO Schematron 2025 features #4

Triggered via pull request March 29, 2026 00:03
@kzukzu
synchronize #11
dev/iso2025
Status Success
Total duration 1m 8s
Artifacts

build.yml

on: pull_request
os-matrix
8s
os-matrix
dotnet-format
28s
dotnet-format
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
os-matrix
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
dotnet-format
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-ubuntu-latest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-ubuntu-latest: src/Schematron.Tests/ValidatorTests.cs#L285
Converting null literal or possible null value to non-nullable type.
build-ubuntu-latest: src/Schematron.Tests/ValidatorTests.cs#L81
Converting null literal or possible null value to non-nullable type.
build-ubuntu-latest: src/Schematron/SyncEvaluationContext.cs#L297
Parameter 'ruleLets' has no matching param tag in the XML comment for 'SyncEvaluationContext.EvaluateReport(Report, XPathNavigator, StringBuilder, Dictionary<string, string>?, LetCollection?)' (but other parameters do)
build-ubuntu-latest: src/Schematron/SyncEvaluationContext.cs#L297
Parameter 'patternLets' has no matching param tag in the XML comment for 'SyncEvaluationContext.EvaluateReport(Report, XPathNavigator, StringBuilder, Dictionary<string, string>?, LetCollection?)' (but other parameters do)
build-ubuntu-latest: src/Schematron/SyncEvaluationContext.cs#L259
Parameter 'ruleLets' has no matching param tag in the XML comment for 'SyncEvaluationContext.EvaluateAssert(Assert, XPathNavigator, StringBuilder, Dictionary<string, string>?, LetCollection?)' (but other parameters do)
build-ubuntu-latest: src/Schematron/SyncEvaluationContext.cs#L259
Parameter 'patternLets' has no matching param tag in the XML comment for 'SyncEvaluationContext.EvaluateAssert(Assert, XPathNavigator, StringBuilder, Dictionary<string, string>?, LetCollection?)' (but other parameters do)
build-ubuntu-latest: src/Schematron/SyncEvaluationContext.cs#L178
Parameter 'patternLets' has no matching param tag in the XML comment for 'SyncEvaluationContext.Evaluate(Rule, StringBuilder, Dictionary<string, string>?)' (but other parameters do)
build-ubuntu-latest: src/Schematron/SchematronXsltContext.cs#L26
Ambiguous reference in cref attribute: 'System.Xml.XPath.XPathExpression.SetContext'. Assuming 'System.Xml.XPath.XPathExpression.SetContext(System.Xml.IXmlNamespaceResolver)', but could have also matched other overloads including 'System.Xml.XPath.XPathExpression.SetContext(System.Xml.XmlNamespaceManager)'.
build-ubuntu-latest: src/Schematron/Group.cs#L11
Missing XML comment for publicly visible type or member 'Group.Group(string)'
build-ubuntu-latest: src/Schematron/Group.cs#L10
Missing XML comment for publicly visible type or member 'Group.Group(string, string)'