This assembly provides support for standarized isolated storages for applications at multiple scopes. The primary types in this assembly are IsolatedStorageFile
and IsolatedStorageFileStream
.
Documentation can be found at https://learn.microsoft.com/dotnet/api/system.io.isolatedstorage.
- We only consider fixes to maintain or improve quality
- We consider PRs that target this library for new source code analyzers
The System.IO.IsolatedStorage assembly is part of the shared framework, and ships with every new release of .NET.