Conversation
--- updated-dependencies: - dependency-name: NLog dependency-version: 6.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps MSTest.TestAdapter from 3.10.4 to 4.0.2 Bumps MSTest.TestFramework from 3.10.4 to 4.0.2 --- updated-dependencies: - dependency-name: MSTest.TestAdapter dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: MSTest.TestFramework dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…/develop/multi-f1d18b91b6 Bump MSTest.TestAdapter and MSTest.TestFramework
…develop/NLog-6.0.6 Bump NLog from 6.0.4 to 6.0.6
--- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…/develop/Microsoft.NET.Test.Sdk-18.0.1 Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.1
…yNumberValue to develop branch - Updated MyNumberValueTests.cs to use Assert.ThrowsExactly instead of Assert.ThrowsException for MSTest 4.0.2 compatibility - Synced MyNumberValue struct from mynumber-object branch to develop branch - All 38 tests now pass successfully - No security issues detected by Snyk code scan
…flict Resolved merge conflict in MyNumberValueTests.cs by keeping develop branch version (Assert.ThrowsExactly for MSTest 4.0.2 compatibility)
…d.props - Created Directory.Build.props with shared version, author, and package dependency properties - Updated all four project files to reference centralized properties - Reduces duplication and makes version management easier - All projects build and tests pass successfully
- Removed package dependency version properties from Directory.Build.props - Package versions (NLog, MSTest, xunit, etc.) now stay in respective project files - Library versions (MyNumberNET, MyNumberNET_CLI, MyNumberNET_Test) remain centralized - Keeps project-specific dependencies with their corresponding projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update NLog to version 6.0.6, MSTest.TestAdapter and MSTest.TestFramework to version 4.0.2, and Microsoft.NET.Test.Sdk to version 18.0.1 to ensure compatibility and access to the latest features and fixes.