Commit Graph

7 Commits

Author SHA1 Message Date
965ca113ed VFS as .net Standard 2020-01-09 16:07:42 -07:00
717ad8c70a Rework WJ caching, move cache server routines to MongoDB 2020-01-01 09:19:06 -07:00
2c69a9ec9b bump all the deps!! 2019-12-12 16:00:19 -07:00
ae05eb90d4 Ignore warning CS1998, mark CS4014 as error 2019-12-03 18:59:53 -06:00
b5871a3468 Updated all main projects to .NET 4.8.0 2019-11-23 16:50:09 +01:00
0b958f5f9b Changed all relative references to use SolutionDir 2019-11-23 16:47:05 +01:00
133fa2febd Async VFS Implementation (#171)
* New VFS implementation can load/save/analyze files. All in a immutable, lock free (mostly) async parallel manner.

* VFS indexing is complete

* Can stage files

* Can extract VirtualFiles into PortableFiles and create contexts from PortableFiles

* Code cleanup
2019-11-14 15:22:53 -07:00