Chuck LU
Chuck LU
Currently, I want to simulate this game in 5th turn. https://hsreplay.net/replay/EPYWPdrBBaELpVVq3aiBEc#turn=5b After check the sample code in SabberStone\core-extensions\SabberStoneCoreConsole\src\Program.cs My problem is: 1.How can I set the cards in hand for...
Currently we did not have a chance to set the default language, it's hard coded in https://github.com/HearthSim/SabberStone/blob/master/SabberStoneCore/src/Loader/CardLoader.cs#L109 We also need add support for the FromName method of Cards https://github.com/HearthSim/SabberStone/blob/master/SabberStoneCore/src/Model/Cards.cs#L333
System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at...
https://marketplace.visualstudio.com/items?itemName=PavelSamokha.TargetFrameworkMigrator We have a image link https://marketplace.visualstudio.com/92947/1/27-01-2013%2019-03-27.png on the page of TargetFrameworkMigrator at marketplace of visual studio. And the image link is dead, which reported as HTTP 404 error.
**Is your feature request related to a problem? Please describe.** [Csv injection attack](https://owasp.org/www-community/attacks/CSV_Injection), we need update the default value of InjectionCharacters and InjectionEscapeCharacter in JoshClose\CsvHelper\src\CsvHelper\Configuration\CsvConfiguration.cs **Describe the solution you'd like**...
source file ```xml ``` target file ```xml ``` The generated patch file is ```xml ``` The expected format should be, which is good for manually maintain ```xml ```
Hi, I have two xml files base.xml ```xml ``` target.xml ```xml ``` I got the patch.xml as following ```xml ``` when I try to apply the source, I got the...
I have base.xml and target.xml, and I want to apply the target to base. 1.base.xml ```xml ``` 2.target.xml ```xml ``` 3.patch file ```xml ``` 4.nothing happened when I apply the...
I have the following source file and target file 1.source file ```xml ``` 2.target file ```xml ``` 3.when I generated the patch file,I got this ```xml ``` 4.After applying the...
The original post is [here](https://us.forums.blizzard.com/en/hearthstone/t/good-food-did-not-work-in-adventure-tombs-of-terror/37444) Here is a [video](https://www.bilibili.com/video/BV1eh411Z7LC/) as proof The health of hero in tavern was 45, and when the game start, the health was cut to 35....