DavidJFowler

Results 5 issues of DavidJFowler

Attempting to serialise a rule containing a Yield expression throws System.NotSupportedException NRules 0.9.3 NRules.Json 0.9.3 example: ```csharp using System.Text.Json; using NRules; using NRules.Fluent; using NRules.Fluent.Dsl; using NRules.Json; var repo =...

When verifying a messaging pact scenario using WithContentAsync, the factory Func is invoked before a POST to /provider-states has completed. To reproduce, create a dotnet 7 console app. Add a...

triage

If the value of a provider state parameter is a number string, it is serialised in the pact file as a number. This is an issue if the provider state...

bug
upstream

# Pre issue-raising checklist I have already (please mark the applicable with an `x`): * [ x] Upgraded to the latest Pact Broker OR * [x ] Checked the CHANGELOG...

**Describe the bug** The GitHub Actions extension is reporting this error message: ![Screenshot 2023-12-06 084828](https://github.com/github/vscode-github-actions/assets/10775668/d15aaabf-a113-42b8-a975-ebdbb554d449) In the Output window the following messages are shown: ``` Error getting GitHub context fetch...

bug