We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example.Api/Controllers/UserController.cs contains a using statement for an unknown library.
using
using Exp.Isis.CrisisManager.Core.Services
I've looked all over for it, but haven't seen it used anywhere else but in your code.
The text was updated successfully, but these errors were encountered:
I think you can comment this statement.
Sorry, something went wrong.
Example.Api/Controllers/UserController.cs contains a using statement for an unknown library. using Exp.Isis.CrisisManager.Core.Services I've looked all over for it, but haven't seen it used anywhere else but in your code.
You need to change it to using Example.Api.Services;
No branches or pull requests
Example.Api/Controllers/UserController.cs contains a
using
statement for an unknown library.I've looked all over for it, but haven't seen it used anywhere else but in your code.
The text was updated successfully, but these errors were encountered: