Skip to content

Commit

Permalink
* CSFriendAssembly-lib.cs: Update friend assembly info
Browse files Browse the repository at this point in the history
	after the latest updates to this feature.

	* gcs1726.cs: Likewise.

	* gcs0281.cs: Likewise.
	
2005-12-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>


svn path=/trunk/mcs/; revision=54703
  • Loading branch information
carlosalberto committed Dec 21, 2005
1 parent f57c155 commit 3c746c4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mcs/errors/CSFriendAssembly-lib.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#if NET_2_0 #if NET_2_0


[assembly: AssemblyKeyFile ("InternalsVisibleTest.snk")] [assembly: AssemblyKeyFile ("InternalsVisibleTest.snk")]
[assembly: InternalsVisibleTo ("gcs0281, PublicKeyToken=43b5d2e9a794bdcb")] [assembly: InternalsVisibleTo ("gcs0281, PublicKey=0024000004800000940000000602000000240000525341310004000011000000e39d99616f48cf7d6d59f345e485e713e89b8b1265a31b1a393e9894ee3fbddaf382dcaf4083dc31ee7a40a2a25c69c6d019fba9f37ec17fd680e4f6fe3b5305f71ae9e494e3501d92508c2e98ca1e22991a217aa8ce259c9882ffdfff4fbc6fa5e6660a8ff951cd94ed011e5633651b64e8f4522519b6ec84921ee22e4840e8")]


public class FriendClass public class FriendClass
{ {
Expand Down
9 changes: 9 additions & 0 deletions mcs/errors/ChangeLog
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,12 @@
2005-12-21 Carlos Alberto Cortez <calberto.cortez@gmail.com>

* CSFriendAssembly-lib.cs: Update friend assembly info
after the latest updates to this feature.

* gcs1726.cs: Likewise.

* gcs0281.cs: Likewise.

2005-12-21 Carlos Alberto Cortez <calberto.cortez@gmail.com> 2005-12-21 Carlos Alberto Cortez <calberto.cortez@gmail.com>


* gcs1726-2.cs: New test based on last update to * gcs1726-2.cs: New test based on last update to
Expand Down
2 changes: 1 addition & 1 deletion mcs/errors/gcs0281.cs
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
// gcs0281.cs: Friend access was granted to `gcs0281, PublicKeyToken=43b5d2e9a794bdcb', but the output assembly is named `gcs0281, Version=0.0.0.0, Culture=neutral'. Try adding a reference to `gcs0281, PublicKeyToken=43b5d2e9a794bdcb' or change the output assembly name to match it // gcs0281.cs: Friend access was granted to `gcs0281, PublicKeyToken=27576a8182a18822', but the output assembly is named `gcs0281, Version=0.0.0.0, Culture=neutral'. Try adding a reference to `gcs0281, PublicKeyToken=27576a8182a18822' or change the output assembly name to match it
// Line: 0 // Line: 0
// Compiler options: -r:CSFriendAssembly-lib.dll // Compiler options: -r:CSFriendAssembly-lib.dll


Expand Down
2 changes: 1 addition & 1 deletion mcs/errors/gcs1726.cs
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
// gcs1726.cs: Friend assembly reference `MyAssemblyName' is invalid. Strong named assemblies must specify a public key token in their InternalsVisibleTo declarations // gcs1726.cs: Friend assembly reference `MyAssemblyName' is invalid. Strong named assemblies must specify a public key in their InternalsVisibleTo declarations
// Line: 8 // Line: 8
// Compiler options: -keyfile:InternalsVisibleTest.snk // Compiler options: -keyfile:InternalsVisibleTest.snk


Expand Down

0 comments on commit 3c746c4

Please sign in to comment.