-
Notifications
You must be signed in to change notification settings - Fork 7
"Operation is not supported on this platform" #6
Description
Using version 1.0.0 on .Net Core 1.1 getting the following exception:
System.AggregateException: An error occurred while writing to logger(s). (Operation is not supported on this platform.) ---> System.PlatformNotSupportedException: Operation is not supported on this platform.
at Loggr.LogClient.PostEventDelegate.BeginInvoke(Event eventObj, AsyncCallback callback, Object object)
at Loggr.FluentEventBase1.Post(Boolean Async) at Loggr.Extensions.Logging.LoggrLogger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func3 formatter)
at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func3 formatter) --- End of inner exception stack trace --- at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func3 formatter)
at Microsoft.Extensions.Logging.Logger1.Microsoft.Extensions.Logging.ILogger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func3 formatter)
at Microsoft.AspNetCore.Hosting.Internal.HostingLoggerExtensions.RequestStarting(ILogger logger, HttpContext httpContext)
at Microsoft.AspNetCore.Hosting.Internal.HostingApplication.CreateContext(IFeatureCollection contextFeatures)
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame1.<RequestProcessingAsync>d__2.MoveNext() ---> (Inner Exception #0) System.PlatformNotSupportedException: Operation is not supported on this platform. at Loggr.LogClient.PostEventDelegate.BeginInvoke(Event eventObj, AsyncCallback callback, Object object) at Loggr.FluentEventBase1.Post(Boolean Async)
at Loggr.Extensions.Logging.LoggrLogger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func3 formatter) at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func3 formatter)<---
Microsoft.AspNetCore.Server.Kestrel:Warning: Connection processing ended abnormally