Skip to content

Merge pull request #64 from bolorundurowb/ch/add-oidc-proof-tests #31

Merge pull request #64 from bolorundurowb/ch/add-oidc-proof-tests

Merge pull request #64 from bolorundurowb/ch/add-oidc-proof-tests #31

Triggered via push June 26, 2025 10:44
Status Success
Total duration 34s
Artifacts

build.yml

on: push
build-and-test
30s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-test: src/dotenv.net/DotEnvOptions.cs#L60
Non-nullable property 'EnvFilePaths' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/dotenv.net.Tests/ReaderTests.cs#L39
Null should not be used for type parameter 'path' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build-and-test: src/dotenv.net.Tests/ReaderTests.cs#L51
Null should not be used for type parameter 'path' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
build-and-test: src/dotenv.net.Tests/ParserTests.cs#L14
Argument of type 'string?[]' cannot be used for parameter 'rawEnvRows' of type 'ReadOnlySpan<string>' in 'ReadOnlySpan<KeyValuePair<string, string>> Parser.Parse(ReadOnlySpan<string> rawEnvRows, bool trimValues)' due to differences in the nullability of reference types.
build-and-test
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
build-and-test
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
build-and-test: src/dotenv.net/DotEnvOptions.cs#L60
Non-nullable property 'Encoding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/dotenv.net/DotEnvOptions.cs#L60
Non-nullable property 'EnvFilePaths' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/dotenv.net/DotEnvOptions.cs#L60
Non-nullable property 'Encoding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/dotenv.net/DotEnvOptions.cs#L60
Non-nullable property 'EnvFilePaths' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.