mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 08:34:27 -05:00 
			
		
		
		
	- Added Cloneable deep clone source generator nuget package
- Configs are no cloned using generated clone, not by serializing/deserializing - Arrays/Lists (collections in geneeral) are still not cloned properly - Removed GetRawData from config as it is no longer needed, new clone is very fast - Added ICloneable<T> which all configs implement - Cleaned up config classes/code
This commit is contained in:
		@@ -11,6 +11,7 @@
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <PackageReference Include="AngleSharp" Version="0.16.0" />
 | 
			
		||||
    <PackageReference Include="AWSSDK.S3" Version="3.7.1.4" />
 | 
			
		||||
    <PackageReference Include="Cloneable" Version="1.3.0" />
 | 
			
		||||
    <PackageReference Include="CodeHollow.FeedReader" Version="1.2.1" />
 | 
			
		||||
    <PackageReference Include="CommandLineParser" Version="2.8.0" />
 | 
			
		||||
    <PackageReference Include="Discord.Net" Version="2.4.0" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user