Skip to content

[netcore3] AssemblyHelper depends on obsolete dlls to be loaded in order to load extensions #756

@grubioe

Description

@grubioe

Copied from VSO ID: 831354
Problem:

\WindowsBase\MS\Internal\AssemblyHelper.cs expects certain obsolete assemblies to be loaded (such as System.Data.dll) in order to load extension dlls.

This is a problem when someone uses types that used to be contained in these assemblies, as the extension functionality does not get loaded and the extension methods cannot be called.

Steps to reproduce:

  1. Run DrtDataSrv
  2. Observe Exception:
    System.Exception: 'Assert failed: Target value has wrong value for target String, source SQLStruct, property SqlDouble Expected: null Got: [Suite: markup Test: TestTargetNullValue
    ]'

Metadata

Metadata

Assignees

Labels

BugProduct bug (most likely)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions