Richard Fuoco

Results 8 issues of Richard Fuoco

have you thought about generating the structs as partial, so that they can be extended?

**Checklist** - [x] The issue is about this extension and NOT about a fork. - [ ] Check the [known issues](https://github.com/matepek/vscode-catch2-test-adapter/blob/master/documents/support.md#known-issues) list. - [x] The latest version of the extension...

question

I would like to apply my CodeGenerationAttribute to a base class and have it apply to all its descendants without having to mark them up. thanks rich

enhancement

**Describe the bug** Trying to build on windows and getting ``` 1> [CMake] 1> [CMake] CMake Error at C:\git\microsoft\service-fabric\src\prod\CMakeLists.txt:89 (message): 1> [CMake] AWK not found 1> [CMake] ``` **Service Fabric...

type-code-defect
status-last6months

**Describe the bug** Defining a linux cluster that includes generic network security group seems to prevent the scaleset nodes from registering with the cluster with no apparent errors. The logs...

type-code-defect
status-last6months

ServiceFabricLinuxNode expects to use the certificate stored as part of the `osProfile` which stores certificates at a different location than those managed by `KeyVaultForLinux` Under windows this works fine, but...

type-code-defect
status-last6months

I have an extension that serializes a reference. How do I deserialize it coming back on the read?

waitingforfeedback

```csharp services.AddSingleton(); services.AddSingleton(); ``` I believe that the above in both `src\Orleans.Core\Core\DefaultClientServices.cs` and `src\Orleans.Runtime\Hosting\DefaultSiloServices.cs` results in the latter overriding the prior which causes downstream failures activating grains in `GrainReferenceActivator` when...

Needs: investigation 🔍