You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
Problem:
Current CSharp Runner will always build C# gauge tests as "Any CPU" and "Debug" by default.
This can cause difficulties when wanting to test some x64 environments or custom configurations.
Proposed Solution:
Add variables to csharp.properties that allow users to define the Configuration and Platform of the build run by the CSharp Runner.
Example:
The build configuration when running tests for the Gauge project
GAUGE_CSHARP_PROJECT_CONFIG = Debug
The build platform when running tests for the Gauge project
GAUGE_CSHARP_PROJECT_PLATFORM = Any CPU
The text was updated successfully, but these errors were encountered:
It would be nice to have them there.
It is not required since the code will default these values if they are missing, but it would be nice to have them there by default to make it obvious to the user that the options are available.
Problem:
Current CSharp Runner will always build C# gauge tests as "Any CPU" and "Debug" by default.
This can cause difficulties when wanting to test some x64 environments or custom configurations.
Proposed Solution:
Add variables to csharp.properties that allow users to define the Configuration and Platform of the build run by the CSharp Runner.
Example:
The build configuration when running tests for the Gauge project
GAUGE_CSHARP_PROJECT_CONFIG = Debug
The build platform when running tests for the Gauge project
GAUGE_CSHARP_PROJECT_PLATFORM = Any CPU
The text was updated successfully, but these errors were encountered: