Skip to content
This repository was archived by the owner on Feb 2, 2019. It is now read-only.
This repository was archived by the owner on Feb 2, 2019. It is now read-only.

"Operation is not supported on this platform" #6

@jd987

Description

@jd987

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions