Crossbow78
Crossbow78
Always looking for the impossible, I found myself in need of the following: ```csharp [AttributeUsage(AttributeTargets.Field, AllowMultiple = true)] internal class AliasAttribute : Attribute { public AliasAttribute(string text) => Text =...
Coming from XUnit + FluentAssertions, I must say I love the TestCase feature of NUnit. At the same time I feel that the assertion syntax seems all over the place....
### Library name and version Azure.Messaging.ServiceBus 7.8.1 ### Describe the bug In our use-case we _peek_ the queue to find the cut-off point of the messages that we want to...
### Description In the scenario where the list is asynchronously loaded, and this loading takes 'too long', the dropdown will stay empty. What seems to happen is this: During pageload...
Our .NET 8 application is running in Kubernetes, and we have 3 service pods using a Redis cache which is hosted as a dedicated redis server pod in the same...