We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e083a3 commit e61c0cdCopy full SHA for e61c0cd
Microsoft.Toolkit/Helpers/ObjectStorage/IFileStorageHelper.cs
@@ -25,7 +25,7 @@ public interface IFileStorageHelper
25
/// <param name="filePath">Path to the file that contains the object.</param>
26
/// <param name="default">Default value of the object.</param>
27
/// <returns>Waiting task until completion with the object in the file.</returns>
28
- Task<T> ReadFileAsync<T>(string filePath, T? @default = default);
+ Task<T?> ReadFileAsync<T>(string filePath, T? @default = default);
29
30
/// <summary>
31
/// Retrieves the listings for a folder and the item types.
0 commit comments