Peter Mounce
Peter Mounce
(Apologies if this is the wrong place to ask this; I looked for a mailing list or similar and failed to find one.) I work at a SaaS company, we...
Using Albacore 0.2.7, NDepend v3.9.0.5848, on Win2008 R2 x64, and the following rakefile snippet, I consistently get the error below. I think the NDependTask project_file parameter needs to be `.gsub('/','\\').`'d...
I'm trying to use AssemblyInfoTask's custom-attributes feature to specify an FxCop System.Diagnostics.SuppressMessageAttribute, whose constructor has the following signature: ``` SuppressMessage(string categoryId, string checkId) ``` with optional parameters `Justification`, `MessageId`, `Scope`...
### Terraform Version `1.1.9` ### Affected Resource(s) - `github_issue_label` ### Terraform Configuration Files Refactoring from statically defined labels like: ```hcl resource "github_issue_label" "customera" { repository = var.repository_name name = "customer/customera"...
We use a hierarchical labelling system where I am. For example, `origin/customer/{name-of-customer}`, `area/product/widget-factory/windows`. I'd really like to have closer control over how to route issues, so that I could, for...
I'm trying to gauge whether to take a dependency on this action (which doesn't do _quite_ what I want; I want to define label configuration throughout the repo not just...
I discovered that BitBucket Server does not support the v2.0 API that bitbucket.org does. One could add this via 1-suffixed functions, for example on PullRequests: ```go func (p *PullRequests) Gets1(po...
I'd like to be able to lint my configuration to prevent a service from being configured that has more than one port defined for the same port with the same...
From #55, it would be useful to support a test-result of `Inconclusive`. I envision this being returned if the act of running the test threw an exception or returned an...
It would be really handy to create and artifact-store a single file containing the aggregated test results, so that that could be processed conveniently in one place. For example, this...