Neil Bostrom

Results 6 comments of Neil Bostrom

Thanks Eric for your feedback. I've made your changes and pushed up a new commit.

Did you want me to throw some of my code in to a PR?

@EliotJones I've pinged you that document. Let me know if you don't get it or if you need anything else.

This validation failure is actually down to the fact `bidi` element is being generated in the wrong place in the XML. `w:Pr` node in the [ECMA standard](https://www.ecma-international.org/publications-and-standards/standards/ecma-376/) is defined as...

I tried to reproduce your issue but I was unable to. I grabbed your sample file, ran the following: ``` using (FileStream fs = new FileStream(@"E6_P1_eStart 2.xlsx", FileMode.Open, FileAccess.Read, FileShare.Read))...

I like @danw-mpl solution. I went for a slightly different approach and removed the LaunchType property entirely, allowing the ECS task to take the default capacity provider settings from the...