MindscapeHQ / serilog-sinks-raygun

A Serilog sink that writes events to Raygun
Apache License 2.0
11 stars 20 forks source link

Changed property name to avoid build warning #38

Closed QuantumNightmare closed 3 years ago

QuantumNightmare commented 3 years ago

Fixes the following build warnings caused by previous branch that introduced the NullException type:

Sinks\Raygun\NullException.cs(16,27): warning CS0114: 'NullException.StackTrace' hides inherited member 'Exception.StackTrace'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.