Checkpoint

This commit is contained in:
2020-05-01 05:08:04 -04:00
parent abba062f4f
commit 1a394ddb31
20 changed files with 239 additions and 102 deletions

View File

@@ -4,7 +4,7 @@ using System.Runtime.ConstrainedExecution;
namespace Foodsoft.Alpm
{
internal class SafeFilePackageHandle : SafePackageHandle
internal sealed class SafeFilePackageHandle : SafePackageHandle
{
[ReliabilityContract(Consistency.WillNotCorruptState, Cer.MayFail)]
[PrePrepareMethod]