monitor-table-change-with-sqltabledependency icon indicating copy to clipboard operation
monitor-table-change-with-sqltabledependency copied to clipboard

The event object always returns null

Open B6692 opened this issue 3 years ago • 0 comments

The event object always returns null. For example in your code example for Blazor, the event defined as public event WeatherForecastDelegate OnWeatherForecastChanged; the event OnWeatherForecastChanged always returns null and the code breaks saying "System.NullReferenceException: 'Object reference not set to an instance of an object.'". This is only happening now. It used to work well before.

B6692 avatar Jan 23 '22 21:01 B6692