Picarl
Picarl
CC#
Created by Picarl on 2/27/2024 in #help
How to import objects from external, uncompiled .cs files?
Honestly: It's fine that I can't run the code - I just need the key:value pairings of the variable declarations and definitions. I'm learning how to use Roslyn to solve this problem.
27 replies
CC#
Created by Picarl on 2/27/2024 in #help
How to import objects from external, uncompiled .cs files?
I do not have any control or access over that other program/api.
27 replies
CC#
Created by Picarl on 2/27/2024 in #help
How to import objects from external, uncompiled .cs files?
Objects are generated by another program and output to a .cs file that contains a Namespace with a single class that contains defined members.
27 replies
CC#
Created by Picarl on 2/27/2024 in #help
How to import objects from external, uncompiled .cs files?
Yeah, it’s a weird one.
27 replies
CC#
Created by Picarl on 2/27/2024 in #help
How to import objects from external, uncompiled .cs files?
I don't get a choice of how I get these objects, in this particular case. The objects are essentially the data.
27 replies
CC#
Created by Picarl on 2/27/2024 in #help
How to import objects from external, uncompiled .cs files?
...but yeah: Everything I've found makes it look like i'm going to have to compile them.
27 replies
CC#
Created by Picarl on 2/27/2024 in #help
How to import objects from external, uncompiled .cs files?
I've just got a bunch of objects defined in .cs files that were generated dynamically, and now i'm trying to import them dynamically.
27 replies