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
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
[Tooling Optimization] Skip background type-checking on implementation files if signature files exist (dotnet#10199)
* Initial work to enable FSI optimizations in tooling
* Remove extra type-check function
* Not working but initial work to lazily eval
* some work
* simplify
* simplify again
* Using Async
* work
* work
* builds
* almost there
* Minor change
* minor refactor
* working, but not quite optimized
* Fix dependency files
* Refactor types
* Added 'enableLazyTypeChecking'.
* Enable lazy type checking in VS
* Added documentation
* Added SyntaxTreeAccumulator
* prevent parsing impl files if possible
* Trying to fix tests
* Refactor
* Throw if enablePartialChecking and keepAssemblyContents are both enabled
* minor comment update
* minor refactor
* Trying to pass tests
* Only getting assembly data
* Remove unnecessary change
* Added some documentation
* Minor comment update
* Renamed quickCheck to skipImplIfSigExists
* Minor update
* Feedback
0 commit comments