RichardPoes
RichardPoes
Using the example on the [xUnit documentation](url) it is probably because you accidentally wrote ```csharp [CollectionDefinition("Database collection")] public class DatabaseTestClass1 ``` instead of ```csharp [Collection("Database collection")] public class DatabaseTestClass1 ```...
Came here to say this. To clarify, the following won't work (and will give you the vary unclear error above): ```json { "IsEncrypted": false, "Values": { "FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated", "SomeSetting": {...
Can I just make a PR which does exactly that, or must the maintainer @OpenTaal first approve?
We shall see! This does not look very actively maintained.
Is there any other way I could publish these changes then?
Good to know! Thanks for your reply.