Hi folks.
First time poster, short time lurker
I am doing the MoT Foundation Certificate in Test Automation - C# and I have reached Activity 2.3.3: Implement a Basic Check for Each Layer.
I have built a shiny new framework and working automated test (yay!), but I keep getting a warning when I run tests:
warning NU1701: Package ‘Microsoft.Extensions.WebEncoders.Core 1.0.0-rc1-final’ was restored using ‘.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1’ instead of the project target framework ‘net9.0’. This package may not be fully compatible with your project.
Is this ok to ignore, or am I going to run into problems further down the line when working on this course? How can I fix this if necessary, please?
Secondly, I have my repository set up in GitHub and I have my working test, as I mentioned. I guess this is where I put it up for scrutiny and ask for feedback, as part of the module exercise.
https://github.com/softwaretester6573822/BECKY-mot-cert-support-app-csharp.git
Thanks in advance.
Becky