Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Got the following error in debug build.
(CoreCompile target) ->
Properties\AssemblyInfo.cs(59,31): error CS1726: Friend assembly reference 'Org.Apache.REEF.Tests' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations. [D:\Reef\ReefApache\reef\lang\cs\Org.Apache.REEF.Client\Org.Apache.REEF.Client.csproj]
Properties\AssemblyInfo.cs(60,31): error CS1726: Friend assembly reference 'Org.Apache.REEF.Client.Tests' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations. [D:\Reef\ReefApache\reef\lang\cs\Org.Apache.REEF.Client\Org.Apache.REEF.Client.csproj]
Properties\AssemblyInfo.cs(63,31): error CS1726: Friend assembly reference 'DynamicProxyGenAssembly2' is invalid. Strong-name signed assemblies must specify a public key in their InternalsVisibleTo declarations. [D:\Reef\ReefApache\reef\lang\cs\Org.Apache.REEF.Client\Org.Apache.REEF.Client.csproj]
Attachments
Issue Links
- relates to
-
REEF-744 Implement useful subset of YARN REST APIs to be subsequently used in REEF .NET Client
- Resolved