Skip to content

Bump NuGet.Versioning from 6.9.1 to 6.10.1 in /ChocolateStoreCoreTests #75

Bump NuGet.Versioning from 6.9.1 to 6.10.1 in /ChocolateStoreCoreTests

Bump NuGet.Versioning from 6.9.1 to 6.10.1 in /ChocolateStoreCoreTests #75

Status Success
Total duration 3m 46s
Artifacts

push.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

19 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: ChocolateStoreCore/Program.cs#L26
Dereference of a possibly null reference.
build: ChocolateStoreCore/Program.cs#L30
Dereference of a possibly null reference.
build: ChocolateStoreCore/Helpers/ChocolateyHelper.cs#L294
Possible null reference argument for parameter 'value' in 'bool VersionRange.TryParse(string value, out VersionRange? versionRange)'.
build: ChocolateStoreCore/Helpers/ChocolateyHelper.cs#L296
Dereference of a possibly null reference.
build: ChocolateStoreCore/Helpers/ChocolateyHelper.cs#L298
Dereference of a possibly null reference.
build: ChocolateStoreCore/Helpers/ChocolateyHelper.cs#L311
Possible null reference argument for parameter 'version' in 'NuGetVersion.NuGetVersion(string version)'.
build: ChocolateStoreCore/Program.cs#L18
Using member 'ChocolateStoreCore.Models.Settings.Settings(IConfiguration, String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Dynamic configuration binding.
build: ChocolateStoreCore/Program.cs#L26
Dereference of a possibly null reference.
build: ChocolateStoreCore/Program.cs#L30
Dereference of a possibly null reference.
build: ChocolateStoreCore/Helpers/ChocolateyHelper.cs#L294
Possible null reference argument for parameter 'value' in 'bool VersionRange.TryParse(string value, out VersionRange? versionRange)'.
build: ChocolateStoreCoreTests/SettingsTests.cs#L37
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
build: ChocolateStoreCoreTests/ProgramTests.cs#L52
Possible null reference argument for parameter 'item2' in 'Tuple<string, string>.Tuple(string item1, string item2)'.
build: ChocolateStoreCoreTests/ChocolateyHelperTests.cs#L78
Dereference of a possibly null reference.
build: ChocolateStoreCoreTests/AppTests.cs#L19
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)
build: ChocolateStoreCoreTests/SettingsTests.cs#L37
Argument of type 'Dictionary<string, string>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
build: ChocolateStoreCoreTests/ProgramTests.cs#L52
Possible null reference argument for parameter 'item2' in 'Tuple<string, string>.Tuple(string item1, string item2)'.
build: ChocolateStoreCoreTests/ChocolateyHelperTests.cs#L78
Dereference of a possibly null reference.
build: ChocolateStoreCoreTests/AppTests.cs#L19
Support for 'async void' unit tests is being removed from xUnit.net v3. To simplify upgrading, convert the test to 'async Task' instead. (https://xunit.net/xunit.analyzers/rules/xUnit1048)