Skip to content

feat: add arrays grid #12

feat: add arrays grid

feat: add arrays grid #12

Triggered via pull request January 25, 2024 03:54
Status Success
Total duration 2m 12s
Artifacts

push-package.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: tests/DumpHelper/Program.cs#L43
Dereference of a possibly null reference.
build: tests/DumpHelper/Program.cs#L48
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
build: tests/DumpHelper/Program.cs#L57
Possible null reference return.
build: tests/DumpHelper/Program.cs#L69
Dereference of a possibly null reference.
build: tests/DumpHelper/Program.cs#L77
Dereference of a possibly null reference.
build: src/Heartbeat.Runtime/Proxies/WebHeaderCollectionProxy.cs#L34
Possible null reference argument for parameter 'key' in 'void Dictionary<string, string[]>.Add(string key, string[] value)'.
build: src/Heartbeat.Runtime/Proxies/WebHeaderCollectionProxy.cs#L34
Argument of type 'string?[]' cannot be used for parameter 'value' of type 'string[]' in 'void Dictionary<string, string[]>.Add(string key, string[] value)' due to differences in the nullability of reference types.
build: src/Heartbeat.Runtime/Proxies/ValueTypeProxyBase.cs#L18
Possible null reference return.
build: src/Heartbeat.Runtime/Proxies/ValueTaskProxy.cs#L18
Dereference of a possibly null reference.
build: src/Heartbeat.Runtime/Proxies/ValueTaskProxy.cs#L18
Dereference of a possibly null reference.