-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finish conversion to .NET Core #4
Comments
FYI, looks like .NET Core 3.0 preview 7 has a 'go live' licence too... https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-7 |
Labeling this issue as stale. There has been no activity for 30 days. Remove stale label or comment or this issue will be closed in 7 days. |
…ject hook See microsoft/git#191 for the Git code regarding the GVFS transport layer. This can work in tandem with the read-object hook, but it _should_ make the read-object hook irrelevant. * Delete all references to the read-object hook in the product code. This unblocks #4 and the [Mount Removal] tasks #15, #132, #133, #135, #136, and possible others. * Delete the Sparse Verb in favor of `git sparse-checkout set`. * Delete the `BlobPrefetcher` and all references to `--files` or `--folders` prefetching. Resolves #6, #7, #36.
Labeling this issue as stale. There has been no activity for 30 days. Remove stale label or comment or this issue will be closed in 7 days. |
Looks done as of #201. |
We'll fully embrace the new project model and drop remaining support for .NET Framework.
The text was updated successfully, but these errors were encountered: