Skip to content

Commit

Permalink
don't type-forward DynamicallyAccessedMembers*
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Dec 12, 2023
1 parent 5e8ae8f commit af0fcc6
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
#if PLAT_DYNAMIC_ACCESS_ATTR
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
// forwards, just to make it explicit that we mean the same
[assembly: TypeForwardedTo(typeof(DynamicallyAccessedMembersAttribute))]
[assembly: TypeForwardedTo(typeof(DynamicallyAccessedMemberTypes))]
#endif

namespace ProtoBuf.Internal
namespace ProtoBuf.Internal
{
using System.Diagnostics.CodeAnalysis;
internal sealed class DynamicAccess
Expand Down

0 comments on commit af0fcc6

Please sign in to comment.