Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PropertyGroup>
<!-- These documentation warnings excludes should be removed as part of https://github.com/microsoft/botbuilder-dotnet/issues/4052 -->
<!-- CS3021: Type or member does not need a CLSCompliant attribute because the assembly does not have a CLSCompliant attribute. Should ignore due to autogen code -->
<NoWarn>$(NoWarn);CS3021</NoWarn>
<NoWarn>$(NoWarn);CS3021;CA1507</NoWarn>
</PropertyGroup>

<PropertyGroup>
Expand Down