actual_weeb_tm
actual_weeb_tm
CC#
Created by actual_weeb_tm on 3/16/2025 in #help
Making XSD types available at runtime
Hey, im creating a visual studio extension to deal with some annoying XML, and ive run into an issue. When my XML file includes an XSD, i want to automatically generate all complex types in that schema as classes, and make them available for code completion in the active project, but i have no idea how to go about this.
5 replies
CC#
Created by actual_weeb_tm on 12/18/2024 in #help
Boxing
Can someone help me understand boxing? I'm struggling to understand why using IFoo<T> where T: struct, IFoo<T> would be an advantage over using T directly, but If I make an IFoo it gets boxed Is there some way to prevent boxing while still using multiple types of IFoo<T>?
64 replies