From fc90dc6a5d44c530ab2e767716acf97abee9923b Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Mon, 17 Nov 2025 16:46:38 -0300 Subject: [PATCH] Fix warnings in source-version of the project --- src/CloudStorageAccount/CloudStorageAccount.cs | 1 + src/CloudStorageAccount/StorageCredentials.cs | 1 + 2 files changed, 2 insertions(+) diff --git a/src/CloudStorageAccount/CloudStorageAccount.cs b/src/CloudStorageAccount/CloudStorageAccount.cs index 5e2959b..967b24a 100644 --- a/src/CloudStorageAccount/CloudStorageAccount.cs +++ b/src/CloudStorageAccount/CloudStorageAccount.cs @@ -1,4 +1,5 @@ // +#nullable enable using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; diff --git a/src/CloudStorageAccount/StorageCredentials.cs b/src/CloudStorageAccount/StorageCredentials.cs index a77eeb8..4ddea3f 100644 --- a/src/CloudStorageAccount/StorageCredentials.cs +++ b/src/CloudStorageAccount/StorageCredentials.cs @@ -1,4 +1,5 @@ // +#nullable enable using System; using System.ComponentModel; using Azure.Core;