-
Notifications
You must be signed in to change notification settings - Fork 23
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
.netcore support #2
Comments
Hey, I'd like to tackle this one. I was just thinking about how to test for this behaviour. Switching the tfm from Hmm testing will be a challenge anyway since that would require a real or simulated PLC... |
Hey @Stefan-J-Hanke! Yes - the unittests are not "harmed" when using .netcoreapp3.1 I also already noticed that. "Real" tests (Integrationtests) will not be checked in and performed since the cicd will not be able to perform such... |
Sorry for not responding - I'm busy atm... Currently trying to get a PlcSim Advanced image with an activated webserver. For testing, I'll just hack something into a "unit" test (and of course not check in). My hope is that I can track down the issue and fix it. |
OK I now have a PLCSim Adv image whose web server should be activated. I've switched to the |
Glad you are making progress @Stefan-J-Hanke ... Are you using .netcore currently? (is it possible to install the certificate that the plcsim is using?) |
Having tried the RequestHandler in a .netcore app has shown that the requests haven't been sent (and responses received) as expected - we currently don't know why this is an issue.
The text was updated successfully, but these errors were encountered: