We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PipeBase class implements IDisposable, but doesn't implement the basic pattern correctly.
machinelearning/src/Microsoft.ML.Core/Environment/HostEnvironmentBase.cs
Lines 205 to 213 in 5e08fa1
See https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/dispose-pattern for the basic dispose pattern.
We should follow the design guidelines here.
The text was updated successfully, but these errors were encountered:
PipeBase<TMessage> implement the Dispose Pattern (#1418)
4b83195
Fixes #930
No branches or pull requests
The PipeBase class implements IDisposable, but doesn't implement the basic pattern correctly.
machinelearning/src/Microsoft.ML.Core/Environment/HostEnvironmentBase.cs
Lines 205 to 213 in 5e08fa1
See https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/dispose-pattern for the basic dispose pattern.
We should follow the design guidelines here.
The text was updated successfully, but these errors were encountered: