dotnet / dotnet/aspnetcore

Enable static graph restore in build

Open
#47,808 10 comments 0 reactions 1 assignee Claimed by @wtgodbe View on GitHub
area-infrastructure
Dominant language
C#
Stars
38.4k
Forks
10.9k
Avg merge
2d 10h
Merged PRs (30d)
281

Description

### Is there an existing issue for this?

- [X] I have searched the existing issues

### Describe the bug

A recent PR in another repo similar to the below enabled static graph restore. Apparently right now that only speeds up the restore phase. Any reason @rainersigwald we shouldn't switch it on here?

```
+++ b/Directory.Build.props

+
+ true
+

false

+++ b/eng/Build.props
@@ -0,0 +1,5 @@
+
+
+ true
+
+
```

### Expected Behavior

_No response_

### Steps To Reproduce

_No response_

### Exceptions (if any)

_No response_

### .NET Version

_No response_

### Anything else?

_No response_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.