Skip to content
New issue

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

Implemented delete authenticator #122

Merged
merged 8 commits into from
Aug 9, 2024

Update README.md

2dbfda8
Select commit
Loading
Failed to load commit list.
Merged

Implemented delete authenticator #122

Update README.md
2dbfda8
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Aug 9, 2024 in 3s

3 issues found. Autofix available.

Annotations

Check notice on line 19 in src/PinguApps.Appwrite.Shared/AppwriteResult.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/PinguApps.Appwrite.Shared/AppwriteResult.cs#L19

A closing brace should not be preceded by a blank line. (SA1508)

Check notice on line 50 in src/PinguApps.Appwrite.Shared/AppwriteResult.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/PinguApps.Appwrite.Shared/AppwriteResult.cs#L50

File may only contain a single type. (SA1402)

Check notice on line 17 in src/PinguApps.Appwrite.Shared/AppwriteResult.cs

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

src/PinguApps.Appwrite.Shared/AppwriteResult.cs#L17

An opening brace should not be followed by a blank line. (SA1505)