Skip to content

feat: Add multi-reference support for unquoted multi-word IDs (#184) #282

feat: Add multi-reference support for unquoted multi-word IDs (#184)

feat: Add multi-reference support for unquoted multi-word IDs (#184) #282

Triggered via pull request December 23, 2025 20:07
Status Success
Total duration 1m 11s
Artifacts

csharp.yml

on: pull_request
findChangedCsFiles
7s
findChangedCsFiles
generatePdfWithCode
0s
generatePdfWithCode
pushToNuget
0s
pushToNuget
publishDocumentation
publishDocumentation
publishRelease
publishRelease
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
test: csharp/Link.Foundation.Links.Notation.Tests/SingleLineParserTests.cs#L122
Possible null reference argument for parameter 'collection' in 'Link<string> Assert.Single<Link<string>>(IEnumerable<Link<string>> collection)'.
test: csharp/Link.Foundation.Links.Notation.Tests/EdgeCaseParserTests.cs#L98
Possible null reference argument for parameter 'collection' in 'Link<string> Assert.Single<Link<string>>(IEnumerable<Link<string>> collection)'.
test: csharp/Link.Foundation.Links.Notation.Tests/SingleLineParserTests.cs#L71
Possible null reference argument for parameter 'collection' in 'Link<string> Assert.Single<Link<string>>(IEnumerable<Link<string>> collection)'.
test: csharp/Link.Foundation.Links.Notation.Tests/ApiTests.cs#L45
Possible null reference argument for parameter 'collection' in 'Link<string> Assert.Single<Link<string>>(IEnumerable<Link<string>> collection)'.
test: csharp/Link.Foundation.Links.Notation.Tests/EdgeCaseParserTests.cs#L64
Possible null reference argument for parameter 'collection' in 'Link<string> Assert.Single<Link<string>>(IEnumerable<Link<string>> collection)'.
test: csharp/Link.Foundation.Links.Notation.Tests/ApiTests.cs#L25
Possible null reference argument for parameter 'collection' in 'Link<string> Assert.Single<Link<string>>(IEnumerable<Link<string>> collection)'.
test: csharp/Link.Foundation.Links.Notation/LinkFormatExtensions.cs#L114
Dereference of a possibly null reference.
test: csharp/Link.Foundation.Links.Notation/LinkFormatExtensions.cs#L105
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Link<TLinkAddress>, string>(IEnumerable<Link<TLinkAddress>> source, Func<Link<TLinkAddress>, string> selector)'.
test: csharp/Link.Foundation.Links.Notation/LinkFormatExtensions.cs#L92
Possible null reference argument for parameter 's' in 'bool LinkFormatExtensions.NeedsParentheses(string s)'.
test: csharp/Link.Foundation.Links.Notation/LinkFormatExtensions.cs#L33
Possible null reference argument for parameter 's' in 'bool LinkFormatExtensions.NeedsParentheses(string s)'.