Pogány Tamás

Results 3 issues of Pogány Tamás

When using current lint settings in packages.json, eslint fails if there is no json file inside ClientApp folder. Correct way would be: ``` "lint": "eslint -c ./.eslintrc.js \"ClientApp/**/*.{js,vue,json}\" webpack*.js", ```

Your code is using property names as strings for sort expression. This leads to a problem using JavaScript frameworks. Usually when using JSON serializer in MVC core, properties gets camel...

I am using Minio 5.0. When I try to subscribe to bucket events with ListenBucketNotificationsAsync it only works for the last type of event. Example: `var events = new List...