Remove GC.SupressFinalize

This commit is contained in:
Alexandru Macocian
2021-10-02 07:36:48 +02:00
parent d6834e0215
commit 3d42622c0b
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -489,7 +489,6 @@ namespace Slim
public void Dispose()
{
this.Dispose(disposing: true);
GC.SuppressFinalize(this);
}
private IEnumerable<object> EnumerateAndReturnServicesOfType(Type type)
+3 -3
View File
@@ -8,10 +8,10 @@
<Company />
<Product></Product>
<Description>Service lifetime management and dependency injection framework.</Description>
<AssemblyVersion>1.5.3</AssemblyVersion>
<FileVersion>1.5.3</FileVersion>
<AssemblyVersion>1.5.4</AssemblyVersion>
<FileVersion>1.5.4</FileVersion>
<PackageProjectUrl>https://github.com/AlexMacocian/Slim</PackageProjectUrl>
<Version>1.5.3</Version>
<Version>1.5.4</Version>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE</PackageLicenseFile>