-1

I can't implement interfaces in VsCode. Everything works well but interfaces. I've tried reinstalling vs code and downgrading C#(Omnisharp). There is no option about implementing interface and there is no implement message just like the image. Thanks for your helpings for now.

interface

Edit: I realized now Implementation wotks in the Projects have *.sln files.

memo1093
  • 47
  • 8

1 Answers1

2

I solved the problem. I had .NET 5 sdk automatically. I uninstalled .Net5 and used netcoreapp3.1 version. And Problem solved.

memo1093
  • 47
  • 8