PaulKlein

Results 3 issues of PaulKlein

Hi there, In my existing .NET Framework WCF code, I'm setting MaxItemsInObjectGraph on some of my service classes via the [ServiceBehaviorAttribute.MaxItemsInObjectGraph](https://learn.microsoft.com/en-us/dotnet/api/system.servicemodel.servicebehaviorattribute.maxitemsinobjectgraph?view=netframework-4.8) property. In the CoreWCF equivalent ServiceBehaviorAttribute, this property seems...

### Usage Information Nuke 8.0.0, .NET 8, Windows 11 ### Description The [NpmToolPathResolver](https://github.com/nuke-build/nuke/blob/develop/source/Nuke.Tooling/NpmToolPathResolver.cs) calls `npx which` to locate the npm package. However, in some environments, npx will interactively prompt the...