Microservice Tutorial Error
I am following this tutorial because I have an assigment on it https://jumpshare.com/s/PpOlTvkZJLT9JJqnnLxU but I am getting the following errors. Can someone help?
https://github.com/Patrikios-Dionysios/Consumer-Driven-Contract-Testing-Microservices2
GitHub
GitHub - Patrikios-Dionysios/Consumer-Driven-Contract-Testing-Micro...
Consumer Driven Contract Testing Microservices2. Contribute to Patrikios-Dionysios/Consumer-Driven-Contract-Testing-Microservices2 development by creating an account on GitHub.
14 Replies
first off, do you even understand what the errors you are getting mean?
I suspect it a missing library
But I did exactly what the tutorial mentioned
that is not what your errors imply at all
Cannot convert from XUnitOutput to IOutput
indicates an issue with typing or inheritance
so the first thing you should do is 1) verify XUnitOutput
does inherit from IOutput
and, if it does, double-check your imports to make sure you didn't forget something simpleit propably does not but inherit something but the tutorial didnt say anything about that
I am suppose to follow it step by step and just submit the code running
instead of making assumptions how about you look at your code....?
Someone told me that some commas are suppose to be semicoloms
nevermind he told me he was wrong
please just do what I outlined here and stop making random guesses / assumptions
I just dont know how
I am just following the tutorial
how do I verify XUnitOutput does inherit from IOutput ?
what must i click on what
What level of course is this? This seems like an intermediate or higher programming class and by now you should know how basic inheritance functions
Bad teacher
he told us to just follow this and we are good
but it is writen very weirdly
can you just answer the question?
it is hard to give you relevant pointers, without doing the assignment for you, if I have no idea how far along you are
I am entry, I do not want you to do the assigment
I just want to fix this error
i tried the second option of VS's quick fixes
and all errors went away
But I get these now
Please help