Code cleanup (#1026)

* Resolve warnings and move shared props to Directory.Build.props and Directory.Packages.props

* Cleanup more messages

* Fix more messages

* Fix build issues
This commit is contained in:
2025-06-29 16:44:06 +02:00
parent d445d0c5f2
commit ab1b604aec
514 changed files with 2569 additions and 5207 deletions
@@ -1,6 +1,4 @@
using System;
namespace Daybreak.Shared.Exceptions;
namespace Daybreak.Shared.Exceptions;
public sealed class ExecutableNotFoundException : Exception
{