mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
* Implemented native web GUI support for plugins inside the ASF IPC
ref #2876
* calm down netframework
* less `#if`'s
* code optimization
* misc
* Code improvements
* Support nested paths
* Revert "Support nested paths"
This reverts commit 5d7d9ac6ae.
* Support for nested paths (no errors now I guess)
* better path naming
* fixed typos
* Use `HashSet<string>` instead of `List<string>`
* Code improvements
* Code improvements
* Code improvements
* Code improvements
* Code improvements
* Added support for overriding ASF-ui files
* Removed a modified file from pull request
* Added `IWebInterface`
* less `#if`'s
* Code improvements
* Code improvements
* Added license
* Code improvements
* Added default implementation of `IWebInterface`
* Code improvements:
*Use of `OfType<>` instead `Where` and casting.
* Code improvements:
*Null checking
* Removed useless code
* shut up `netf`
* Removed useless null check
* Code improvements:
*Misc: kvp deconstaction
* Added support for absolute path
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
<DebugType>none</DebugType>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<WarningsAsErrors />
|
||||
<WarningsNotAsErrors>CS8002,IL2026,IL2057,IL2072,IL2075,IL2104</WarningsNotAsErrors>
|
||||
<WarningsNotAsErrors>CS8002,IL2026,IL2057,IL2072,IL2075,IL2104,IL3000</WarningsNotAsErrors>
|
||||
</PropertyGroup>
|
||||
|
||||
<!-- Enable public signing if not part of Visual Studio, which is too stupid to understand what public signing is -->
|
||||
|
||||
Reference in New Issue
Block a user