Taylor Southwick

Results 199 comments of Taylor Southwick

See https://github.com/dotnet/command-line-api/issues/1030 for roadmap info about the library

This seems like something that would make sense in the core library as it could be autogenerated along with the other APIs here. If there is not interest to add...

Ah - that's good to know! That sounds like a good place for it. I'm happy to do it, but it may be a few days before I can get...

@darthwalsh Good catch - I didn't see that!

I would definitely vote for (1). GitHub is great for WIP documentation and things that are changing, but at releases, it feels weird to still be pointing to another site...

@pvlakshm Any movement here?

That makes sense. However, all of the other methods are marked as deprecated (such as `RepositoryExtensions.Fetch(IRepository, string)`, so it appears there is no way to call fetch on a IRepository...

Right - the question is if that is a test failure or indication of a different issue. Long term, it would be better to just have all part constructors take...

Hi @sorensenmatias - this may be related to #807, but can you include an example of the code you are doing to do this?

This is a known issue due to the `System.Uri` class itself (see https://github.com/OfficeDev/Open-XML-SDK#known-issues). That links provides a mechanism to "sanitize" the document before reading it. It's not ideal, but the...