You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2026. It is now read-only.
An error is thrown on AppHost.Init().
Error message is Method 'get_IgnoreFilter' in type 'ServiceStack.Seq.RequestLogsFeature.SeqRequestLogger' from assembly 'ServiceStack.Seq.RequestLogsFeature, Version=5.1.0.104, Culture=neutral, PublicKeyToken=null' does not have an implementation..
Responsible line is define in AppHost.Configure() at this line.
if (AppSettings.Get("SeqEnabled", false))
plugins.Add(new SeqRequestLogsFeature { SeqUrl = AppSettings.GetString("SeqUrl") });
An error is thrown on
AppHost.Init().Error message is
Method 'get_IgnoreFilter' in type 'ServiceStack.Seq.RequestLogsFeature.SeqRequestLogger' from assembly 'ServiceStack.Seq.RequestLogsFeature, Version=5.1.0.104, Culture=neutral, PublicKeyToken=null' does not have an implementation..Responsible line is define in
AppHost.Configure()at this line.If I ignore this line, no error is thrown.
Thank you for your time!