Clement Gutel

Results 188 comments of Clement Gutel

We're still desperately waiting on the open sourcing of ScriptDom. Is it still on the list of components to open source? What's stopping progress?

@dzsquared is there anything we can do at all for this to be prioritised? We are desperate to contribute to this great lib so that we can build awesome sql...

Pretty please anyone from Microsoft could you please help 🙏?

Thank you @dzsquared for your update. To clarify, are you saying that it is on the roadmap to open source it? I understand this might not be a priority but...

I'd like to raise my hand and offer any help that might be useful to get the script Dom library open source.

I'm referring to the `OpenXmlWriter` here though. I see that the `OpenXmlWriter` is implemented by `OpenXmlPartWriter`, which delegates calls to a regular `System.Xml.XmlWriter`, which does have async overloads for all...

https://docs.microsoft.com/en-us/dotnet/api/system.xml.xmlwriter?view=net-5.0#methods shows the async methods.

@twsouthwick , unfortunately I don't have enough time at the moment but I'll keep in mind that you accept PRs and may come back to it later. I haven't done...

We are also running into that exact same issue, even though we call `SpreadsheetDocument.Create` with a `FileStream`. Our environment is .Net 5 on Azure App service.