Skip to content

Commit 80c35a9

Browse files
committed
Fix warnings in source-version of the project
1 parent cf96faf commit 80c35a9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/CloudStorageAccount/CloudStorageAccount.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// <auto-generated />
2+
#nullable enable
23
using System;
34
using System.Collections.Generic;
45
using System.Diagnostics.CodeAnalysis;

src/CloudStorageAccount/StorageCredentials.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// <auto-generated />
2+
#nullable enable
23
using System;
34
using System.ComponentModel;
45
using Azure.Core;

0 commit comments

Comments
 (0)