Julien Benoit
Julien Benoit
When installing Angular 13 with ng update, I got the message: Package "ng2-signalr" has an incompatible peer dependency to "@angular/core" (requires "^10.0.0" (extended), would install "13.0.2"). Is it possible to...
Our team is getting random errors during build: `EXEC: Error XW0006 : Unable to remove backing field: type: MyType, property: MyProperty, field:` We are using Xtensive.Orm 6.0.11 with .net 4.7.2....
Add a sample on how to get the cancellation token for TimeoutAttribute with CooperativeCancellation
### Type of issue Missing information ### Description There is no indication on how the cancellation token should be passed. The obvious guess did not work for me with MsTest...