Skip to content

Commit

Permalink
Add new return type for PreAuth and fix analyzers (#15)
Browse files Browse the repository at this point in the history
* Add analyzers

* Add analyzers

* Added more advanced event cancellation.

* Fix

* Added manual handling of preauth event

* Update API

Co-authored-by: Łukasz Jurczyk <zabszk@protonmail.ch>
  • Loading branch information
Killers0992 and zabszk authored Sep 20, 2022
1 parent 2b5d7ec commit d67ce9b
Show file tree
Hide file tree
Showing 25 changed files with 1,174 additions and 694 deletions.

This file was deleted.

124 changes: 0 additions & 124 deletions Analyzers/NWPluginAPI.Analyzers.CodeFixes/CodeFixResources.resx

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions Analyzers/NWPluginAPI.Analyzers/Enums/ActionType.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace NWPluginAPI.Analyzers.Enums
{
public enum ActionType
{
Add,
Replace,
Remove,
None
}
}
Loading

0 comments on commit d67ce9b

Please sign in to comment.