phmonte / Buildalyzer

A utility to perform design-time builds of .NET projects without having to think too hard about it.
MIT License
589 stars 92 forks source link

Update to .NET 8 and C# 12 #250

Closed Corniel closed 4 months ago

Corniel commented 4 months ago

As suggested in #249 , I took the liberty to update the target frameworks to .NET 8 (and for the published packages, .NET 6 is the secondary target), and use C# 12.

While at it, I updated the analyzer and Unit Test dependencies.

Corniel commented 4 months ago

@phmonte I also converted al namespace declarations to file scoped ones.

Corniel commented 4 months ago

@phmonte I would expected you to have squach merged the branch, but you did not. Was that on purpose?

phmonte commented 4 months ago

The repository had squash disabled, I'll enable it, sorry! I can do the squash manually.

Corniel commented 4 months ago

No worries!

phmonte commented 4 months ago

Done