Build Warnings
Project | Warnings |
---|---|
mkmrk.Channels | 4 |
TOTAL | 4 |
Analyzer ID | Count |
---|---|
CA1033 | 4 |
Warning Listing
File | Id | Level | Message |
---|---|---|---|
mkmrk.Channels | |||
BroadcastChannel.cs 41:70 | CA1033 | warning | Make BroadcastChannel sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of mkmrk.Channels.IBroadcastChannelAddReaderProvider<TData>.AddReader and is visible to derived classes |
BroadcastChannelWriter.cs 93:67 | CA1033 | warning | Make BroadcastChannelWriter sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of mkmrk.Channels.IBroadcastChannelWriter<TData,TResponse>.GetNewReaderConfiguration and is visible to derived classes |
BroadcastChannelWriter.cs 95:89 | CA1033 | warning | Make BroadcastChannelWriter sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of mkmrk.Channels.IBroadcastChannelWriter<TData,TResponse>.CreateReader and is visible to derived classes |
BroadcastChannelWriter.cs 117:70 | CA1033 | warning | Make BroadcastChannelWriter sealed (a breaking change if this class has previously shipped), implement the method non-explicitly, or implement a new method that exposes the functionality of mkmrk.Channels.IBroadcastChannelAddReaderProvider<TData>.AddReader and is visible to derived classes |