Christian Prochnow

Results 10 issues of Christian Prochnow

First of all, thanks for the nice library. I have a small toy project where I am building several projects in parallel. If the first build fails I want to...

General Enhancement

Using open generic services a call to `IfNotRegistered()` does not behave like expected. I would expect that the implementation of `IService` is registered only once. Autofac version: 4.8.1 ``` public...

enhancement
help wanted

*I'm submitting a ...* - [] bug report - [ ] feature request - [X] support request ## General infomration ### Prerequisites * [X] Are you running the latest version?...

The OData.UriParser throws `NullReferenceException` when passing a filter which references an unknown collection property. ### Assemblies affected Microsoft.OData.Core 7.6.0 ### Reproduce steps Define entity with a collection property and try...

bug

Hi. I've found a Bug in the project parser which assumes `Library` for `OutputType` if it's not specified. https://github.com/cake-contrib/Cake.Incubator/blob/d98c041139947b6feebedbee0201a684fd22a54d/src/Cake.Incubator/Project/ProjectParserExtensions.cs#L882 Actually the default OutputType depends on the SDK. For the `Microsoft.NET.Sdk.Web`...

When writing solution file using the `WProject` handler the file is not correctly written on Linux systems. `WVisualStudioVersion` seems to have the same problem. This is probably because on Linux...

bug
linux

We have a problem adding custom migrations to the DbContexts. Because of the ConfigureChildCollections() call in the constructor of BaseDbContext we are not able to add our migrations. The overridden...

**Is your feature request related to a problem? Please describe.** Cannot execute jfrog CLI (e.g. docker push) from custom build scripts without duplicating the secrets in the pipeline variables. **Describe...

feature request

**Is your feature request related to a problem? Please describe.** I want to use HTTP/2 for discovery endpoints. **Describe the solution you'd like** The HttpDocumentRetriever should have an option to...

Enhancement
Customer reported

# Allow specifying the HTTP protocol version and version policy Allow specifying the HTTP protocol version and version policy when retrieving documents from eg. discovery endpoints. ## Description The PR...