Chris Rudolphi

Results 61 comments of Chris Rudolphi
trafficstars

@gasparnagy in researching this configuration stuff, I see in a few places a couple of data structures that have the [Serializable] attribute on them and a serious warning in the...

Working on incorporating the use of the MS Extensions Configuration package in to the Generator. What will need to be done to the nuspec so that the Microsoft.Extensions.Configuration.* assemblies get...

Added support for Environment-based overrides.

> What do you think? Thank you for the clarifications. This helps untangle several points of confusion for me. I will revert the change that dropped the ability to load...

@gasparnagy - side question - I see in the code that runtime/* supports a sub-element called dependencies which appear to be dependency registrations. This capability is not included in the...

> So you would need to add one more file include for the Microsoft.Extensions.Configuration.* assemblies to add them. My first attempt at this has not helped. The nuspec for `Reqnroll.Tools.MsBuild.Generation`...

> @clrudolphi could you please open the generated nupkg file as zip and confirm that the necessary dll-s are in the tools folder? If not maybe they were not even...

Question: Should this use of MS.Ext.Config worry about possible use of either DOTNET_ENVIRONMENT or ASPNET_ENVIRONMENT by attempting to discover which is in use before configuring the subsystem to pull in...

> would that not also require a message to indicate a feature started? Very likely, yes. There would be the need to associate which Feature the hook is related to...

The existing behavior does not cause an execution problem. However, the extra retries cause the Reqnroll implementation of Cucumber Messages to be non-compliant with the Cucumber Project's specification of how...