|
| 1 | +projects: |
| 2 | +- filePath: NHibernate\NHibernate.csproj |
| 3 | + concurrentRun: true |
| 4 | + applyChanges: true |
| 5 | + analyzation: |
| 6 | + methodConversion: |
| 7 | + - conversion: Ignore |
| 8 | + hasAttributeName: ObsoleteAttribute |
| 9 | + - conversion: Ignore |
| 10 | + name: PostProcessInsert |
| 11 | + containingTypeName: HqlSqlWalker |
| 12 | + - conversion: Ignore |
| 13 | + name: Intercept |
| 14 | + containingTypeName: IInterceptor |
| 15 | + - conversion: Ignore |
| 16 | + name: Intercept |
| 17 | + containingTypeName: IFieldInterceptor |
| 18 | + - conversion: Ignore |
| 19 | + name: InitializeOrGetAssociation |
| 20 | + containingTypeName: AbstractFieldInterceptor |
| 21 | + - conversion: Ignore |
| 22 | + name: InitializeLazyProperty |
| 23 | + containingTypeName: ILazyPropertyInitializer |
| 24 | + - conversion: Ignore |
| 25 | + name: InitializeLazyPropertiesFromDatastore |
| 26 | + containingTypeName: AbstractEntityPersister |
| 27 | + - conversion: Ignore |
| 28 | + name: InitializeLazyPropertiesFromCache |
| 29 | + containingTypeName: AbstractEntityPersister |
| 30 | + - conversion: Ignore |
| 31 | + name: Invoke |
| 32 | + containingTypeName: BasicLazyInitializer |
| 33 | + - conversion: Ignore |
| 34 | + name: SetReadOnly |
| 35 | + containingTypeName: StatefulPersistenceContext |
| 36 | + - conversion: Ignore |
| 37 | + name: Unproxy |
| 38 | + containingTypeName: StatefulPersistenceContext |
| 39 | + - conversion: Ignore |
| 40 | + name: Contains |
| 41 | + containingTypeName: CollectionType |
| 42 | + - conversion: Ignore |
| 43 | + name: GuessClass |
| 44 | + containingTypeName: NHibernateProxyHelper |
| 45 | + - conversion: Ignore |
| 46 | + name: IsPropertyInitialized |
| 47 | + containingTypeName: NHibernateUtil |
| 48 | + - conversion: Ignore |
| 49 | + name: BestGuessEntityName |
| 50 | + containingTypeName: ISession |
| 51 | + - conversion: Ignore |
| 52 | + name: Contains |
| 53 | + containingTypeName: ISession |
| 54 | + - conversion: Ignore |
| 55 | + name: BestGuessEntityName |
| 56 | + containingTypeName: ISessionImplementor |
| 57 | + - conversion: Ignore |
| 58 | + name: Contains |
| 59 | + containingTypeName: ISessionImplementor |
| 60 | + - conversion: Ignore |
| 61 | + name: GetUnsavedVersionValue |
| 62 | + containingTypeName: UnsavedValueFactory |
| 63 | + - conversion: Ignore |
| 64 | + name: ReadSize |
| 65 | + containingTypeName: AbstractPersistentCollection |
| 66 | + - conversion: Ignore |
| 67 | + name: ReadIndexExistence |
| 68 | + containingTypeName: AbstractPersistentCollection |
| 69 | + - conversion: Ignore |
| 70 | + name: ReadElementExistence |
| 71 | + containingTypeName: AbstractPersistentCollection |
| 72 | + - conversion: Ignore |
| 73 | + name: ReadElementByIndex |
| 74 | + containingTypeName: AbstractPersistentCollection |
| 75 | + - conversion: Ignore |
| 76 | + name: Read |
| 77 | + containingTypeName: AbstractPersistentCollection |
| 78 | + - conversion: Ignore |
| 79 | + name: Write |
| 80 | + containingTypeName: AbstractPersistentCollection |
| 81 | + - conversion: Ignore |
| 82 | + name: GetSize |
| 83 | + containingTypeName: ICollectionPersister |
| 84 | + - conversion: Ignore |
| 85 | + name: IndexExists |
| 86 | + containingTypeName: ICollectionPersister |
| 87 | + - conversion: Ignore |
| 88 | + name: ElementExists |
| 89 | + containingTypeName: ICollectionPersister |
| 90 | + - conversion: Ignore |
| 91 | + name: GetElementByIndex |
| 92 | + containingTypeName: ICollectionPersister |
| 93 | + - conversion: Ignore |
| 94 | + name: Exists |
| 95 | + containingTypeName: ICollectionPersister |
| 96 | + - conversion: Ignore |
| 97 | + name: Exists |
| 98 | + containingTypeName: AbstractCollectionPersister |
| 99 | + - conversion: ToAsync |
| 100 | + name: ExecuteReader |
| 101 | + containingTypeName: IBatcher |
| 102 | + - conversion: ToAsync |
| 103 | + name: ExecuteNonQuery |
| 104 | + containingTypeName: IBatcher |
| 105 | + - conversion: ToAsync |
| 106 | + rule: EventListener |
| 107 | + - conversion: ToAsync |
| 108 | + rule: ICache |
| 109 | + typeConversion: |
| 110 | + - conversion: Ignore |
| 111 | + name: EnumerableImpl |
| 112 | + ignoreSearchForAsyncCounterparts: |
| 113 | + - name: GetFieldValue |
| 114 | + - name: IsDBNull |
| 115 | + - name: WriteLine |
| 116 | + callForwarding: true |
| 117 | + cancellationTokens: |
| 118 | + guards: true |
| 119 | + methodParameter: |
| 120 | + - anyInterfaceRule: PubliclyExposedType |
| 121 | + parameter: Optional |
| 122 | + - parameter: Optional |
| 123 | + rule: PubliclyExposedType |
| 124 | + - parameter: Required |
| 125 | + requiresCancellationToken: |
| 126 | + - rule: EventListener |
| 127 | + - rule: ICache |
| 128 | + scanMethodBody: true |
| 129 | + transformation: |
| 130 | + configureAwaitArgument: false |
| 131 | + localFunctions: true |
| 132 | + asyncLock: |
| 133 | + type: NHibernate.Util.AsyncLock |
| 134 | + methodName: LockAsync |
| 135 | + documentationComments: |
| 136 | + addOrReplaceMethodSummary: |
| 137 | + - name: Commit |
| 138 | + containingTypeName: AdoTransaction |
| 139 | + content: | |
| 140 | + /// Commits the <see cref="ITransaction"/> by flushing asynchronously the <see cref="ISession"/> |
| 141 | + /// then committing synchronously the <see cref="DbTransaction"/>. |
| 142 | + registerPlugin: |
| 143 | + - type: AsyncGenerator.Core.Plugins.TransactionScopeAsyncFlowAdder |
| 144 | + assemblyName: AsyncGenerator.Core |
| 145 | + - type: AsyncGenerator.Core.Plugins.EmptyRegionRemover |
| 146 | + assemblyName: AsyncGenerator.Core |
| 147 | +- filePath: NHibernate.DomainModel\NHibernate.DomainModel.csproj |
| 148 | + concurrentRun: true |
| 149 | + applyChanges: true |
| 150 | + analyzation: |
| 151 | + scanMethodBody: true |
| 152 | + scanForMissingAsyncMembers: |
| 153 | + - all: true |
| 154 | +- filePath: NHibernate.Test\NHibernate.Test.csproj |
| 155 | + concurrentRun: true |
| 156 | + applyChanges: true |
| 157 | + analyzation: |
| 158 | + methodConversion: |
| 159 | + - conversion: Ignore |
| 160 | + hasAttributeName: IgnoreAttribute |
| 161 | + - conversion: Smart |
| 162 | + hasAttributeName: TestAttribute |
| 163 | + - conversion: Smart |
| 164 | + hasAttributeName: TheoryAttribute |
| 165 | + asyncExtensionMethods: |
| 166 | + projectFiles: |
| 167 | + - fileName: LinqExtensionMethods.cs |
| 168 | + projectName: NHibernate |
| 169 | + preserveReturnType: |
| 170 | + - hasAttributeName: TestAttribute |
| 171 | + - hasAttributeName: TheoryAttribute |
| 172 | + typeConversion: |
| 173 | + - conversion: Ignore |
| 174 | + name: NorthwindDbCreator |
| 175 | + - conversion: Ignore |
| 176 | + name: ObjectAssert |
| 177 | + - conversion: Ignore |
| 178 | + name: LinqReadonlyTestsContext |
| 179 | + - conversion: Ignore |
| 180 | + hasAttributeName: IgnoreAttribute |
| 181 | + - conversion: NewType |
| 182 | + hasAttributeName: TestFixtureAttribute |
| 183 | + - conversion: Ignore |
| 184 | + rule: IsTestCase |
| 185 | + - conversion: Ignore |
| 186 | + anyBaseTypeRule: IsTestCase |
| 187 | + ignoreDocuments: |
| 188 | + - filePathEndsWith: Linq\MathTests.cs |
| 189 | + - filePathEndsWith: Linq\ExpressionSessionLeakTest.cs |
| 190 | + cancellationTokens: |
| 191 | + withoutCancellationToken: |
| 192 | + - hasAttributeName: TestAttribute |
| 193 | + - hasAttributeName: TheoryAttribute |
| 194 | + scanMethodBody: true |
| 195 | + scanForMissingAsyncMembers: |
| 196 | + - anyInterfaceRule: NHibernateAssembly |
| 197 | + registerPlugin: |
| 198 | + - type: AsyncGenerator.Core.Plugins.NUnitAsyncCounterpartsFinder |
| 199 | + assemblyName: AsyncGenerator.Core |
| 200 | + - type: AsyncGenerator.Core.Plugins.TransactionScopeAsyncFlowAdder |
| 201 | + assemblyName: AsyncGenerator.Core |
| 202 | +methodRules: |
| 203 | +- filters: |
| 204 | + - containingTypeName: IAutoFlushEventListener |
| 205 | + - containingTypeName: IFlushEventListener |
| 206 | + - containingTypeName: IDeleteEventListener |
| 207 | + - containingTypeName: ISaveOrUpdateEventListener |
| 208 | + - containingTypeName: IPostCollectionRecreateEventListener |
| 209 | + - containingTypeName: IPostCollectionRemoveEventListener |
| 210 | + - containingTypeName: IPostCollectionUpdateEventListener |
| 211 | + - containingTypeName: IPostDeleteEventListener |
| 212 | + - containingTypeName: IPostInsertEventListener |
| 213 | + - containingTypeName: IPostUpdateEventListener |
| 214 | + - containingTypeName: IPreCollectionRecreateEventListener |
| 215 | + - containingTypeName: IPreCollectionRemoveEventListener |
| 216 | + - containingTypeName: IPreCollectionUpdateEventListener |
| 217 | + - containingTypeName: IPreDeleteEventListener |
| 218 | + - containingTypeName: IPreInsertEventListener |
| 219 | + - containingTypeName: IPreLoadEventListener |
| 220 | + - containingTypeName: IPreUpdateEventListener |
| 221 | + name: EventListener |
| 222 | +- filters: |
| 223 | + - containingType: NHibernate.Cache.ICache |
| 224 | + name: Get |
| 225 | + - containingType: NHibernate.Cache.ICache |
| 226 | + name: Put |
| 227 | + - containingType: NHibernate.Cache.ICache |
| 228 | + name: Remove |
| 229 | + - containingType: NHibernate.Cache.ICache |
| 230 | + name: Clear |
| 231 | + - containingType: NHibernate.Cache.ICache |
| 232 | + name: Lock |
| 233 | + - containingType: NHibernate.Cache.ICache |
| 234 | + name: Unlock |
| 235 | + name: ICache |
| 236 | +- filters: |
| 237 | + - containingNamespace: NHibernate |
| 238 | + - containingType: NHibernate.Tool.hbm2ddl.SchemaUpdate |
| 239 | + - containingType: NHibernate.Tool.hbm2ddl.SchemaValidator |
| 240 | + - containingType: NHibernate.Tool.hbm2ddl.SchemaExport |
| 241 | + name: PubliclyExposedType |
| 242 | +typeRules: |
| 243 | +- filters: |
| 244 | + - containingAssemblyName: NHibernate |
| 245 | + name: NHibernateAssembly |
| 246 | +- filters: |
| 247 | + - name: TestCase |
| 248 | + name: IsTestCase |
0 commit comments