Reuben Bond

Results 465 comments of Reuben Bond

@benjaminpetit PTAL - what should IConfiguration support look like for Azure Queues @tskimmett a test would be helpful here. Eg, update some/all of the existing Azure Queue Streaming tests to...

Thank you for opening this PR, @m3nax! I was looking for the Roslyn-native way to do this. It might look something like this, in CodeGenerator.cs before we return the `CompilationSyntax`...

@benjaminpetit PTAL and give this a more apt title for if/when we merge it

We might not have a _lastPurged_ token for a stream if we restarted and began reading from the last checkpoint (see @benjaminpetit's comment here https://github.com/dotnet/orleans/issues/8863#issuecomment-1998082092). I'll close this for now....

In 3.x, there was a global option set on by default to try to allow call-chain reentrancy. The implementation was not effective or correct. In 7.x+, you still have the...

@pkese what @mikescandy wrote is right. The missing line is likely `[assembly: GenerateCodeForDeclaringAssembly(typeof(HelloWorldInterfaces.IHelloGrain))]`

What would you like to see happen here? Internal interfaces are acceptable. Protected members within them could possibly be supported with a codegen change to mark the corresponding member on...

Thank you for reporting. This is a good point. There needs to be a better way to accomplish this. I'll mark this as a feature enhancement for now. Ideally, we...