-
-
Notifications
You must be signed in to change notification settings - Fork 17
Workaround for unintentional reset on UpdateConfiguration #362
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
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@muenchris I've fixed the checklist for you. |
Ellerbach
left a comment
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.
Thanks a lot for the fix
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Looking at this makes me think that the root cause should be in the native code when it's executing the UpdateConfig. Some wrong pointer or check or... I guess this will surface again when there is a call to it because of other config change that calls it... |
|
@muenchris thank you again for your contribution! 🙏😄 .NET nanoFramework is all about community involvement, and no contribution is too small. Please edit it and add an entry with your GitHub username in the appropriate location (names are sorted alphabetically): (Feel free to adjust your name if it's not correct) |
Yes, I think so, too, because the System.Net code has not changed since fw 1.12.xx. There might be more "broken" in the native code as reported in issue #1692 |
Description
Motivation and Context
How Has This Been Tested?
Screenshots
Types of changes
Checklist: