-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 1 NuGet dependencies #98
Merged
nfbot
merged 1 commit into
main
from
nfbot/update-dependencies/8386eadc-2e79-4d37-810e-1fe60638510c
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Inconsistent version of nanoFramework.Runtime.Native across packages.lock.json files
The package
nanoFramework.Runtime.Native
has been updated to version1.7.1
inTests/Client/packages.lock.json
but is not specified innanoFramework.Device.Bluetooth/packages.lock.json
. This inconsistency may lead to version conflicts or unexpected behaviors.Recommendations:
nanoFramework.Device.Bluetooth/packages.lock.json
to specifynanoFramework.Runtime.Native
version1.7.1
to ensure consistency across the project.🔗 Analysis chain
LGTM. Verify compatibility with the updated package.
The update of
nanoFramework.Runtime.Native
from version 1.6.12 to 1.7.1 has been correctly implemented in thepackages.lock.json
file. The requested version, resolved version, and content hash have all been updated appropriately.To ensure this update doesn't introduce any breaking changes or compatibility issues, please verify:
nanoFramework.Runtime.Native
version 1.7.1.Run the following script to check for any direct usage of
nanoFramework.Runtime.Native
in the project:This will help identify any code that might need review due to the version update.
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 230
Script:
Length of output: 117