You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, so the detection code finds that BaseAddressAuthorizationMessageHandler and AuthorizationMessageHandler are both IDisposable registered as Transient...
Can you add details about how to detect incorrect usages?
Sample is here:
https://github.com/javiercn/BlazorServerTransientDisposable
WebAssembly detector:
https://github.com/javiercn/BlazorServerTransientDisposable/blob/master/BlazorApp1/Program.cs
https://github.com/javiercn/BlazorServerTransientDisposable/blob/master/BlazorApp1/DetectIncorrectUsagesOfTransientDisposablesWebAssembly.cs
Blazor server detector:
https://github.com/javiercn/BlazorServerTransientDisposable/blob/master/BlazorServerTransientDisposable/Program.cs#L24
https://github.com/javiercn/BlazorServerTransientDisposable/blob/master/BlazorServerTransientDisposable/DetectIncorrectUsagesOfTransientDisposables.cs
The text was updated successfully, but these errors were encountered: