Skip to content

Commit

Permalink
timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolev92 committed Jan 13, 2021
1 parent 7c6bf99 commit 4f8d523
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Outline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Outline

3 mins msbuild intro
3 mins packages.config intro
3 mins for PackageReference
3 mins for PackageReference build
3 mins for project-system intro.

5 mins Intellisense in general.

10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,12 @@ Design time builds are minimal builds that gather enough information to populate
[.NET Project System general docs](https://github.com/dotnet/project-system/tree/master/docs)
[.NET Project System design time build details](https://github.com/dotnet/project-system/blob/master/docs/design-time-builds.md)

## PackageReference, Automatic restore and `intellisense stage` in .NET Managed languages project system
## packages.config and intellisense

Getting intellisense in packages.config requires a manual restore.

## PackageReference, solution load, automatic restore and `intellisense stage` in .NET Managed languages project system

Getting intellisense in SDK based PackageReference requires a manual restore.

TODO NK - timeline.

0 comments on commit 4f8d523

Please sign in to comment.