You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,19 @@
6
6
7
7
The Virtual File System makes it possible to manage files that do not exist on a physical file system (e.g. disk).
8
8
9
-
* The ```VirtualFileSystem``` can be extended by additional ```IVirtualFileProvider```s.
10
-
* Out-of-the-box, ```Microsoft.Extensions.FileProviders.Composite```, ```Microsoft.Extensions.FileProviders.Embedded``` and ```Microsoft.Extensions.FileProviders.Physical``` are integrated.
9
+
* The `VirtualFileSystem` can be extended by additional `IVirtualFileProvider`s.
10
+
* Out-of-the-box, `Microsoft.Extensions.FileProviders.Composite`, `Microsoft.Extensions.FileProviders.Embedded` and `Microsoft.Extensions.FileProviders.Physical` are integrated.
11
11
* Virtual files can be used just like static files in an application.
12
12
* JavaScript, CSS, image files and all other file types can be embedded into assemblies and used just like the static files.
13
13
* An application (or library) can override an embedded file just by placing a static file with the same name and extension into the same folder of the virtual file system.
14
14
15
15
16
-
The library is a modified version of [Volo.Abp.VirtualFileSystem](https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.VirtualFileSystem)4.1
17
-
Modifications to the source code were made by axuno in 2020/21. Changes focused on:
16
+
The library is a modified version of [Volo.Abp.VirtualFileSystem](https://github.com/abpframework/abp/tree/dev/framework/src/Volo.Abp.VirtualFileSystem)7.0
17
+
Modifications to the source code were made by axuno in 2020-23. Changes focused on:
18
18
19
19
* Decouple Volo.Abp.VirtualFileSystem from all dependencies of the Abp Framework
20
20
* Use Microsoft DependencyInjection instead of [AutoFac](https://autofac.org/)
21
-
* Add a workaround, so that ```VirtualFileProvider``` will also find existing directories returned from ```PhysicalFileProvider```. This means, that ```VirtualFileProvider``` behaves the same, never mind whether files are retrieved using ```EmbeddedFileProvider``` or ```PhysicalFileProvider```.
21
+
* Add a workaround, so that `VirtualFileProvider` will also find existing directories returned from `PhysicalFileProvider`. This means, that `VirtualFileProvider` behaves the same, never mind whether files are retrieved using `EmbeddedFileProvider` or `PhysicalFileProvider`.
Breaking changes caused by updated dependencies</PackageReleaseNotes>
21
18
<Description>The Virtual File System makes it possible to manage files that do not exist on a physical file system (e.g. disk).
22
19
23
20
* The VirtualFileSystem can be extended by additional IVirtualFileProviders.
24
21
* Out-of-the-box, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Embedded and Microsoft.Extensions.FileProviders.Physical are integrated.
25
22
* Virtual files can be used just like static files in an application.
26
23
* JavaScript, CSS, image files and all other file types can be embedded into assemblies and used just like the static files.
27
24
28
-
The library is a modified version of Volo.Abp.VirtualFileSystem 4.2</Description>
25
+
The library is a modified version of Volo.Abp.VirtualFileSystem 7.0</Description>
0 commit comments