-
-
Notifications
You must be signed in to change notification settings - Fork 8
Adding TestAdapter hardware support #6
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
…ork.TestFramework into develop-testadapter-hardware
| @@ -0,0 +1,27 @@ | |||
| <Project Sdk="Microsoft.NET.Sdk"> | |||
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.
@Ellerbach you need to remove this BACKUP file... 😁
josesimoes
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.
Looks good! just remove that backup csproj and we're good to merge.
(always SQUASH AND MERGE please)
|
@nfbot updatedependencies |
|
@nfbot updatedependencies |
|
@nfbot updatedependencies |
2 similar comments
|
@nfbot updatedependencies |
|
@nfbot updatedependencies |
One of the most wanted feature is to have hardware Unit Test working for nanoFramework: this PR is just about that!
Description
Adding TestAdapter hardware support
Motivation and Context
How Has This Been Tested?
tested with an ESP32, both with the simple NFUnitTest template and also the nanoFramework.Json tests.
This will require to adjust the nuget, the target version has been changed for .NET 4.8. And adjust the path in the nuget as well.
Types of changes
Checklist: