reactiveui / refit

The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.
https://reactiveui.github.io/refit/
MIT License
8.28k stars 738 forks source link

[Bug]:IMyInterface doesn't look like a Refit interface. Make sure it has at least one method with a Refit HTTP method attribute and Refit is installed in the project. VB.NET 6.2.3 REFIT #1522

Open Rainnerwazzy opened 1 year ago

Rainnerwazzy commented 1 year ago

Describe the bug 🐞

I have a very simple interface with a method that didn't work very well in visual basic I get this error: doesn't look like a Refit interface. Make sure it has at least one method with a Refit HTTP method attribute and Refit is installed in the project.'

Step to reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Reproduction repository

https://github.com/reactiveui/refit

Expected behavior

This should happen...

Screenshots 🖼️

Screenshot_1

IDE

Visual Studio 2019

Operating system

Windows

Version

No response

Device

No response

Refit Version

6.2.3

Additional information ℹ️

No response

imuller commented 11 months ago

Same here, see also: https://github.com/reactiveui/refit/issues/1519