Skip to content

#56 | fix exception path in probe for env #27

#56 | fix exception path in probe for env

#56 | fix exception path in probe for env #27

Triggered via pull request June 22, 2025 16:14
Status Success
Total duration 33s
Artifacts

build.yml

on: pull_request
build-and-test
28s
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#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/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/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.