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
In ProtectedMemorySecretFactoryTest.cs, there is logic around detecting whether we can support the runtime OS/architecture meta. These are currently implemented using static methods. They seem like they should be able to be instance methods as a simple fix. Wondering what it's lifecycle ends up looking like after #8.
The text was updated successfully, but these errors were encountered:
In
ProtectedMemorySecretFactoryTest.cs
, there is logic around detecting whether we can support the runtime OS/architecture meta. These are currently implemented using static methods. They seem like they should be able to be instance methods as a simple fix. Wondering what it's lifecycle ends up looking like after #8.The text was updated successfully, but these errors were encountered: