Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/19/19 17:15:59 (5 years ago)
Author:
dpiringe
Message:

#2924:

  • migrated PluginInfrastructure to .NET Standard
  • created a new .NET Core project HeuristicLab.PluginInfrastructure.Runner, which contains the logic to load and isolate assemblies, based on the new interfaces from HeuristicLab.PluginInfrastructure
  • recycled old plugin validation code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3/PluginDescription.cs

    r13389 r16859  
    2323using System.Collections.Generic;
    2424using System.Linq;
    25 
     25using System.Runtime.CompilerServices;
     26
     27[assembly: InternalsVisibleTo("HeuristicLab.PluginInfrastructure.Runner-3.4, PublicKey=0024000004800000940000000602000000240000525341310004000001000100e3d38bc66a0dd8dd36f57285e34632ec04b3049866ab1e64cf230e95ffcbfbb90c437b4d11dfe74ba981f746274290bb03f3e636e139e685b501031dc6e0bc8409153f0c842721eb9e8e2a703c9e4d102283f3ddbdfab4078c08de51869715992a694d2f608d0fa865c9d17c06b8d6a9135004e982fd862cdb2277e4ad15a4a6")]
    2628namespace HeuristicLab.PluginInfrastructure {
    2729  /// <summary>
Note: See TracChangeset for help on using the changeset viewer.