0
I’ve checked on other forums and even here, but that’s it correct with the class name o namespace
is the same.
He caused me other mistakes besides this, but this I believe is the main one that is making the others occur.
Severity Code Description Project File Line Suppression State Error CS0115 'Issuers.Dispose(bool)': no suitable method found to override Severity Code Description Project File Line Suppression State Error CS0115 'Issuers.Dispose(bool)': no suitable method found to override
You are overriding a class method where it is being implemented, but there is no class to be implemented, so there is no overlapping.
– CypherPotato
Did the answer solve your question? Do you think you can accept it? See [tour] if you don’t know how you do it. This would help a lot to indicate that the solution was useful to you. You can also vote on any question or answer you find useful on the entire site.
– Maniero
I’ll follow the tour, thank you
– TMBruhTH