* Initial .NET 8
* Make it compile in release mode ignoring warnings for now
* First round of improvements
* Second round of improvements
* Third round of improvements
* Use new throws
* Fix .NET Framework, YAY, thanks madness!
Madness devs are awesome
* Misc
* Misc
* AF_NETLINK might be required for some http calls
No clue why
* Fix service files
Doesn't do what it should
* Update CardsFarmer.cs
* New improvements
* Address feedback
* Misc
* Misc
* Misc refactor
* Misc
AF_UNIX is apparently needed on arch
AF_NETLINK will be mandatory since .NET 8, but based on my research even .NET 7 uses it in some conditions, so it makes sense to patch it right away as our previous settings were too restrictive, even if it did in fact work
chown operation done by ASF is not mandatory for following with the rest of the script. It can fail e.g. for read-only filesystems, which is completely fine, worst case user will have to deal with the mess he has created himself.
* Move copying of overlay files to ArchiSteamFarm.csproj
* Fix build on Windows
* Try to make it more reliable
* Update ArchiSteamFarm.csproj
* Update ArchiSteamFarm.csproj
* Revert "Update ArchiSteamFarm.csproj"
This reverts commit ba41b2e3c1.
* Rename
Co-authored-by: JustArchi <JustArchi@JustArchi.net>