Robert Coltheart
Robert Coltheart
The use case for this change is when running a specflow test suite that tests an ASP.NET Core application using Autofac internally. Specflow should be able to use all the...
Cloning this repo is around 160mb, which is not overly burdensome but is not ideal either. I propose a destructive cleanup with something like [BFG](https://rtyley.github.io/bfg-repo-cleaner/) to reduce old copies of...
In projects I've worked with we've noticed that we don't deviate from one flavor of `Machine.Fakes` (in our case Moq). For the rare cases where we've needed additional control over...
# Description Expose `SetOAuthBearerTokenRefreshHandler` in security information. Fixes #417 ## How Has This Been Tested? I've run this locally and confirmed that the OAuth callbacks are called correctly by the...
# Description This change introduces a new serializer that uses [AvroConvert](https://github.com/AdrianStrugala/AvroConvert) to serialize and deserialize Avro messages. This leverages a code-first approach and uses reflection to generate an Avro schema...
### Is your request related to a problem you have? [AvroConvert](https://github.com/AdrianStrugala/AvroConvert) is a mechanism for producing Avro messages without needing to generate a schema and corresponding code. Reflection is used...
### Describe the bug When the operator is using the source generator package, an unit test project that references the operator project shows this compile error: ``` error CS0121: The...
### Is your feature request related to a problem? Please describe. Previously you could use the `KubeOpsSkipOperator` project properties to control if the CLI runs or not ### Describe the...
**Describe the solution you'd like** We have a need to serialize DateTime values as a millis logical type, not micros, which is the default. There isn't a way to select...