dotnet / project-system

The .NET Project System for Visual Studio
MIT License
959 stars 385 forks source link

Update build-acceleration.md to include non SDK project reference #9449

Open davepcallan opened 2 months ago

davepcallan commented 2 months ago

Update to include reference to build acceleration being available for non sdk-projects from 17.8

Microsoft Reviewers: Open in CodeFlow
drewnoakes commented 2 months ago

Thanks @davepcallan! You're right that we should cover this topic in the doc.

My concern is that the implementations differ somewhat between project systems, and so some of the rest of the document does not apply to non-SDK-style projects. I think that instead we can add a new section talking about non-SDK-style projects.

Pinging @jacdavis for input on what that content should be.

davepcallan commented 2 months ago

Thanks @davepcallan! You're right that we should cover this topic in the doc.

My concern is that the implementations differ somewhat between project systems, and so some of the rest of the document does not apply to non-SDK-style projects. I think that instead we can add a new section talking about non-SDK-style projects.

Pinging @jacdavis for input on what that content should be.

Thanks Drew, ah right, it's make sense if the both differ slightly to add a dedicated section for the non-SDK implementation. Close this PR if you like.

drewnoakes commented 2 months ago

Pinging @jacdavis for guidance on what content we should include here. I'm happy to help with the writing, just need the bullet points.