Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions src/AsyncGenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
- conversion: ToAsync
rule: EventListener
- conversion: ToAsync
rule: ICache
rule: Cache
typeConversion:
- conversion: Ignore
name: EnumerableImpl
Expand All @@ -134,7 +134,7 @@
- parameter: Required
requiresCancellationToken:
- rule: EventListener
- rule: ICache
- rule: Cache
scanMethodBody: true
scanForMissingAsyncMembers:
- all: true
Expand Down Expand Up @@ -267,7 +267,9 @@ methodRules:
name: Lock
- containingType: NHibernate.Cache.ICache
name: Unlock
name: ICache
- containingType: NHibernate.Cache.IBatchableReadOnlyCache
- containingType: NHibernate.Cache.IBatchableCache
name: Cache
- filters:
- containingNamespace: NHibernate
- containingType: NHibernate.Tool.hbm2ddl.SchemaUpdate
Expand Down
Loading