Patric Forsgard

Results 13 issues of Patric Forsgard

https://github.com/dotnet/SignService/blob/d8d44af31795d890874e597a44ea2e970fa88bab/src/SignClient/SignCommand.cs#L89

The `RequestBody.Extensions` is initiated with a dictionary but if this is set to `null` the following line will throw an `NullReferenceException` that is very hard to track down without any...

bug

I have the same issue as you with the bad format of netstandard.xml that I have seen you report in the dotnet repo and this is a way to get...

When executing the `dotnet sln .. add` we have the ability to add the extra `--in-root` to allow the project to be placed in the root folder. In the template...

triaged
feature
good-first-issue
help-wanted

When working with the BulkOperationDescriptor to delete documents the IfSeqNo property is named IfSequenceNumber and is not consequent with other methods. https://github.com/elastic/elasticsearch-net/blob/9e58d38688dfb1f15ba6868379c769adf488225b/src/Elastic.Clients.Elasticsearch/Types/Core/Bulk/BulkOperationDescriptor.cs#LL34C25-L34C25

8.x
Usability

In most commands we have the `--json` possibility to get the data out as json for future script processing. The `fastly service-version clone` does not have the `--json` output type...

feature request

I found this extension when I was trying to get WebHooks to work and it should be good if the extension was updated with the current available web hooks that...

Upgraded attachto to work with Visual Studio 2015 RC.

I have multiple versions of the same product checked out that I work with localy and the windows title changer is helping me a lot when I have the solutions...

enhancement