Richard Harding

Results 13 issues of Richard Harding

### Description Attempting to compile with latest 2.0.1 release ### Repro steps Following code does not compile ``` open FSharp.Data [] let connectionString = @"redacted" type userProfileDb = SqlProgrammabilityProvider ```...

netstandard

This change adds the option to supply a B2C policy name in the options - this is then used when generating the button url for users to click when signing...

I'm not sure if this lib is intended to work with Azure AD B2C but currently it does not support using it with a policy specified It seems the underlying...

#16 First attempt - switch to using ```DurableOrchestrationContextBase``` also added a sample Expecto/ Moq unit test Had to make a couple of changes to the existing samples which means this...

I was attempting to write some unit tests along the lines of [this document](https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-unit-testing#unit-testing-orchestrator-functions) I ran into a problem as its not possible to mock the sealed DurableOrchestrationContext and if...

To be fair not sure if this is an issue for this project or Glimps but as Glimpse is a popular add on to mvc thought it was worth raising...

Hi Scott, Firstly thanks for doing this - will help argue the case for use continuing to use F# in enterprise setting Main issue is having tried to install alongside...

I'm using FSharp Configuration Yaml config provider from an fsx script which is in turn run as part of a scheduled job This seems to be leaving behind a randomly...

First thanks for the template! I think I got bit by this template issue https://github.com/dotnet/templating/issues/1168 I was going to test the template so created a folder ```safer-test``` and ran the...

As it currently stands this plugin and @swlaschin's [sonar fsharp security plugin ](https://github.com/swlaschin/sonar-fsharpsecurity-plugin) cannot coexist in Sonarqube as they both define the same sonar language and "sonar way" profile I've...

enhancement
help wanted