Kristian Hellang

Results 14 issues of Kristian Hellang

We should add a "Press Ctrl+C again to exit" confirmation so you don't exit by accident, like Node. We should be able to use the [`Console.CancelKeyPress`](http://msdn.microsoft.com/en-us/library/system.console.cancelkeypress%28v=vs.110%29.aspx) event for this. By...

feature
you take it

It's already public in the implementation. This mirrors #2572 from years ago.

When I try to generate release notes for scriptcs, it says it finds the `.git` folder, then it says it's done, but I can't find any output. I noticed there...

bug

When your rate limit is exceeded, Octokit.NET throws an `RateLimitExceededException`. It would be nice if this was handled and the user was given a nice error message :smile: ![2014-06-26_01-24-56](https://cloud.githubusercontent.com/assets/582487/3393188/2b6a055e-fcc0-11e3-964f-100671f1bd1b.png) I'll...

bug
up-for-grabs

I've tried to set the [`SwaggerPropertyAttribute.Required`](https://github.com/khellang/Nancy.Swagger/blob/2c398f1e49895f2bfcff80b0ed7c92c68105ecad/src/Swagger.ObjectModel/Attributes/SwaggerPropertyAttribute.cs#L16) to `true` for all values that are required by the spec. We should use these to validate the model before serializing it.

enhancement

If you have something like this ```csharp public class Program { public static void Main(string[] args) { BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).RunAllJoined(); } private static readonly Guid GuidValue = Guid.NewGuid(); private static readonly string...

enhancement

What do you think @DanHarltey? Closes #171 Closes #208 Closes #65 Closes #200

In v4 versions, the following code worked: ```csharp await Client.Groups[groupId].Request().GetAsync(cancellationToken); ``` In v5, you now have to name the argument if you're only passing a `CancellationToken`, which ends up being...

Request: enhancement
generated

### Team - [X] I've assigned a team label to this issue ### What happened? Providing a thumbprint with different casing on the client and server-side gives the following exception:...

team/server-at-scale

# Background See #605 # Results Fixes #605 # Pre-requisites - [x] I have read [How we use GitHub Issues](https://github.com/OctopusDeploy/Issues/blob/main/docs/CONTRIBUTING.internal.md) for help deciding when and where it's appropriate to make...