Skip to content

Commit

Permalink
fix internalVisibleTo error
Browse files Browse the repository at this point in the history
  • Loading branch information
goojal committed Feb 6, 2024
1 parent 0512ded commit dadc174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/JustDecompileCmd.Shared/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
/* AGPL */
#if RELEASE
[assembly: InternalsVisibleTo("ConsoleRunner, PublicKey=00240000048000009400000006020000002400005253413100040000010001008d3ec49d2c78b3f6029c19200a28c4a8dc279a9dfddcc7413c0737c73b49e08a3761e148e745fe2007d8d057a962c7eaf22e7eded052bb08f1e7f0d7794db4827b09124ffa61625879af57120f8078fad84c8c7d4f6c6ebb9ab14de089d606ca0ed66b9af0c67795fa4e34f61ce62732180d06fb67b3ec93b202f045e10a99d3")]
[assembly: InternalsVisibleTo("ConsoleRunnerDotNet6")]

Check failure on line 36 in engine/JustDecompileCmd.Shared/AssemblyInfo.cs

View workflow job for this annotation

GitHub Actions / test-on-windows

Friend assembly reference 'ConsoleRunnerDotNet6' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.

Check failure on line 36 in engine/JustDecompileCmd.Shared/AssemblyInfo.cs

View workflow job for this annotation

GitHub Actions / test-on-windows

Friend assembly reference 'ConsoleRunnerDotNet6' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.

Check failure on line 36 in engine/JustDecompileCmd.Shared/AssemblyInfo.cs

View workflow job for this annotation

GitHub Actions / test-on-windows

Friend assembly reference 'ConsoleRunnerDotNet6' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.

Check failure on line 36 in engine/JustDecompileCmd.Shared/AssemblyInfo.cs

View workflow job for this annotation

GitHub Actions / test-on-windows

Friend assembly reference 'ConsoleRunnerDotNet6' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.

Check failure on line 36 in engine/JustDecompileCmd.Shared/AssemblyInfo.cs

View workflow job for this annotation

GitHub Actions / test-on-linux

Friend assembly reference 'ConsoleRunnerDotNet6' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.

Check failure on line 36 in engine/JustDecompileCmd.Shared/AssemblyInfo.cs

View workflow job for this annotation

GitHub Actions / test-on-linux

Friend assembly reference 'ConsoleRunnerDotNet6' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations.
[assembly: InternalsVisibleTo("Decompiler.Tests, PublicKey=002400000480000094000000060200000024000052534131000400000100010001be52ebf131facc15d6b5893afa9799462506e031d439d70017b9c1a87147029ee619e119d71f63222c25f0910b4a2f77d6635b110a2229375e3e1e23f337eca02258c497263d9d1191af05fff461d222da5fbf2552031dca79a5341f7e00582af029c9b0d14ba113e35180fcbab106ac896c9e902dff8a76b14535218cabb0")]
#else
[assembly: InternalsVisibleTo("ConsoleRunner")]
Expand Down

0 comments on commit dadc174

Please sign in to comment.