kuiperzone/AvantGarde

Support .artifacts directory scheme in .NET 8:

kuiperzone opened this issue · 4 comments

Done

There are two main changes with .NET 8 preview 4:

  • The default path for the new layout is artifacts instead of .artifacts;
  • The ability to enable the feature from Project files, instead of Directory.Build.props, was removed.

Source: https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-4/#sdk-simplified-output-path-updates

The default path for the new layout is artifacts instead of .artifacts;

Thank you for the update. This is a trivial change.

The ability to enable the feature from Project files, instead of Directory.Build.props, was removed.

AvantGarde should (hopefully) find the binary whether it is "bin" or "artifacts" as it is, and should not need any change to read the props or project files.

Fixed