Skip to content

Commit

Permalink
移除 InternalsVisibleTo 特性中的公钥信息
Browse files Browse the repository at this point in the history
在 `IApi.cs` 文件中,移除了 `InternalsVisibleTo` 特性中的公钥信息。原本的代码包含公钥信息,现在的代码不再需要提供公钥信息。这意味着 `XUnitTest` 程序集仍然可以访问 `NewLife.Remoting` 命名空间中的内部成员,但不再需要提供公钥信息。
  • Loading branch information
猿人易 committed Sep 18, 2024
1 parent 88b12e6 commit 3022cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DH.NRemoting/IApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("XUnitTest, PublicKey=00240000048000001401000006020000002400005253413100080000010001000d41eb3bdab5c2150958b46c95632b7e4dcb0af77ed8637bd8543875bc2443d01273143bb46655a48a92efa76251adc63ccca6d0e9cef2e0ce93e32b5043bea179a6c710981be4a71703a03e10960643f7df091f499cf60183ef0e4e4e2eebf26e25cea0eebf87c8a6d7f8130c283fc3f747cb90623f0aaa619825e3fcd82f267a0f4bfd26c9f2a6b5a62a6b180b4f6d1d091fce6bd60a9aa9aa5b815b833b44e0f2e58b28a354cb20f52f31bb3b3a7c54f515426537e41f9c20c07e51f9cab8abc311daac19a41bd473a51c7386f014edf1863901a5c29addc89da2f2659c9c1e95affd6997396b9680e317c493e974a813186da277ff9c1d1b30e33cb5a2f6")]
[assembly: InternalsVisibleTo("XUnitTest")]

namespace NewLife.Remoting;

Expand Down

0 comments on commit 3022cb5

Please sign in to comment.