public sealed class DiscoveryNote : IMessage<DiscoveryNote>, IEquatable<DiscoveryNote>, IDeepCloneable<DiscoveryNote>, IBufferMessage, IMessage
A note that indicates a type of analysis a provider would perform. This note
exists in a provider's project. A Discovery occurrence is created in a
consumer's project at the start of analysis.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `DiscoveryNote` class is a type of note that defines the analysis a provider would perform, which is created in a provider's project."],["A `Discovery` occurrence is generated in a consumer's project when analysis begins, in relation to the `DiscoveryNote`."],["The `DiscoveryNote` class inherits from `Object` and implements several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and message handling."],["The class has a property named `AnalysisKind`, which is an immutable property of type `NoteKind` and it specifies the type of analysis that is managed by this discovery."],["This documentation provides the user with versions ranging from 2.2.0 all the way up to 3.7.0, with 3.7.0 being the most recent version."]]],[]]