Chuck LU

Results 132 comments of Chuck LU

The gui crashed when I try to start a new game C:\repository\GitHub\HearthSim\SabberStone\SabberStoneCore\src\Model\Zones\Zone.cs ```C# public ReadOnlySpan GetSpan() { return new ReadOnlySpan(_entities, 0, _count); } ``` ![image](https://user-images.githubusercontent.com/3004057/61789815-374a3800-ae48-11e9-8a6e-99df4871daef.png)

It can be fixed by reference System.Runtime.CompilerServices.Unsafe from NuGet for SabberStoneGui project.

By the way, I also found you have a no span build option, ![image](https://user-images.githubusercontent.com/3004057/61790063-db33e380-ae48-11e9-8605-61d63796a5bc.png) I have tried to build no span, but build failed. > 1>------ Build started: Project: SabberStoneCore,...

@JoshClose Have no experience on Xamarin project. And there is already a similar issue https://github.com/JoshClose/CsvHelper/issues/1324

@JoshClose When will you update the documentation? macro injection ```C# var config = new CsvConfiguration(new CultureInfo("en-GB")); Console.WriteLine($"SanitizeForInjection = {config.SanitizeForInjection}"); ``` SanitizeForInjection = False

when I remove the namespace from base.xml , ```xml ``` then the patch generated as following ```xml ``` and there is no problem to apply source. I am not sure...

Hi @CameronWills , The version of Microsoft.Web.Xdt I used is latest version 2.1.2. I also tried the version you used 2.1.1 . Both of them have the same problem. The...

@agility-matth Finally I give up to upgrade the config file through the library, because there are some custom setting in client's config file. I just upgrade it by linq to...

The reason why I would like to use Insert instead of InsertBefore is, when I remove and add another section . I can not smoothly write the xdt manually with...

It seems like a bug in Microsoft.Web.XmlTransform, I will look into it. the log info I got from Microsoft.Web.XmlTransform > Executing RemoveAttributes (transform line 1, 76) > on /_defaultNamespace:configuration >...