Patrick Westerhoff

Results 10 issues of Patrick Westerhoff

When using the generic host integration, I would like the command line parser to be able to set the the host’s environment (`IHostEnvironment.EnvironmentName`). This can be done statically like this:...

enhancement
help wanted
area-hosting

This already came up before in #74 and #95 but I am not happy with leaving this to the locale default format. My VS Code is also in a different...

enhancement

**Category:** Enhancement/Bug **Environment:** SharePoint Server 2019 / Visual Studio 2019 In our projects, we reference both [SharePointPnPCore2019](https://www.nuget.org/packages/SharePointPnpCore2019) and [Microsoft.SharePoint2019.CSOM](https://www.nuget.org/packages/Microsoft.Sharepoint2019.CSOM) to provide the assemblies for Microsoft.SharePoint.Client.*. This works well, however when...

Needs: Triage :mag:

Hey, is it possible to change the minimum log level that is being used when EF Core logs per database context? I have the following situation: Our application has two...

customer-reported

Hey, we’re having a problem with the unmanaged Oracle.DataAccess version 4.122.21.1, which is the currently the latest from [the Oracle website](https://www.oracle.com/database/technologies/net-downloads.html). We are using this to access data that is...

When declaring private properties, with private getters or setters, then MT.D crashes with a NPE as it retrieves non-existent public getters/setters. The attached commit fixes that in a very simple...

Hey, I noticed that MT.Dialog automatically uses all properties and fields of a class when building the `RootElement` via reflection. As I used it for a class that has internal...

Expand the generator expression syntax, used in both the `generator` and `builder` properties, to accept nested expressions within `or` and `replace` expressions. The following use cases are of interest: -...

task

_canotti_: > Hi, Any plugin or idea about Tumblr Archive download.. Like anticontainer does for sharenxs but can't do for tumblr Thanks Migrated from https://bugs.downthemall.net/ticket/2140

plugin

Sometimes it can be very useful to be able to access the raw response object, instead of it being automatically read and passes through the specified parser. That way, one...