eran

Results 5 issues of eran

I notice that when an exception is thrown during grain OnActivateAsync /constructor the catalog doesn't dispose of the ActivationData scope. ```c# internal class ActivationData : IGrainActivationContext, IActivationData, IInvokable, IDisposable {...

bug
area-grains

## **Attach the file for which the detection is inaccurate** [protected_xlsx.xlsx](https://github.com/gabriel-vasile/mimetype/files/14097467/protected_xlsx.xlsx) [protected_docx.docx](https://github.com/gabriel-vasile/mimetype/files/14097478/protected_docx.docx) ## **Expected MIME type** xlsx , docx, pptx ## **Returned MIME type** application/vnd.ms-powerpoint .ppt ## **Version of the...

KafkaNetClient receives ```IEnumerable``` if one of the ```Message``` instances is null it throws an exception. We should throw exception our self and not depend on KafkaNetClient to handle this case.