Can’t use a common class, must use a Dynamic Type at runtime
We convered a bunch of wdsl files to C# and these files cannot be altered at all. Inside of the C# files each with a unique namespace (there are 1000 of them), they all have a RequestHeader class. Note that these classes are exactly the same for each namespace – but they are technically different because they all reside inside of a different namespace. We cannot delete these classes and move them to a common area due to how many there are and constraints with our vendor.
Can’t use a common class, must use a Dynamic Type at runtime
We convered a bunch of wdsl files to C# and these files cannot be altered at all. Inside of the C# files each with a unique namespace (there are 1000 of them), they all have a RequestHeader class. Note that these classes are exactly the same for each namespace – but they are technically different because they all reside inside of a different namespace. We cannot delete these classes and move them to a common area due to how many there are and constraints with our vendor.
Can’t use a common class, must use a Dynamic Type at runtime
We convered a bunch of wdsl files to C# and these files cannot be altered at all. Inside of the C# files each with a unique namespace (there are 1000 of them), they all have a RequestHeader class. Note that these classes are exactly the same for each namespace – but they are technically different because they all reside inside of a different namespace. We cannot delete these classes and move them to a common area due to how many there are and constraints with our vendor.