Paul Yao
Paul Yao
### Replicating the Failure This failure was first observed during execution of Github workflow ".NET" (dotnet.yml). It can also be replicated on a development workstation that has been configured with...
#### Role of EF Cache The default behavior is to check the cache first. That makes sense from a performance standpoint, but unfortunately means that inter-namespace node references cause a...
### Circular references in AML NodeSet One of the NodeSet files in my testing data has circular references: http://opcfoundation.org/UA/AML. This file contains 28 nodes, 8 of which error out with...
### SuperType bug fixed The bug that was causing the "SuperType" messages (like the one below) has been fixed. ``` System.InvalidOperationException: The navigation 'ReferenceTypeModel.SuperType' cannot be loaded ``` ### Brief...
### Passed: 96 Failed: 9 Total: 105 The "SuperType" bug is fixed. There are still 9 tests that are failing, all of which are related to searches being done on...
### **> Please document how to debug the unit tests locally on a dev box.** Running a github workflow / action on a dev machine can be done using nektos/ACT....