Event banner
Visual Studio 2022 AMA
Event Ended
Tuesday, Jun 22, 2021, 09:00 AM PDTEvent details
(IMPORTANT: If you are an Outlook user, please use this link, instead of the one above, to add to your calendar for the correct time.)
We are very excited to announce a Visual Studio 2022 AMA!
An...
EricStarker
Updated Jun 23, 2021
timheuer
Microsoft
Jun 22, 2021Is there a specific API you are longing for in your Source Generator usage? Given where/how source generators execute the .NET standard 'base' is a choice we made right now. I think ideally here having VS being able to host/run .NET6 apps is what will ultimately help here and enable the scenario you are talking about. But tell me more and maybe we can identify a clever current way.
TeBeCo
Jun 22, 2021Copper Contributor
let's imagine i'm parsing file like CSV or XML
to generate typed model
using span and all associated goodness to have new zero allocation while parsing the file
i understand there's other way but that's just an example there probably douze other idea using api for netcore/net5+
i'm just asking to let the user choose his own "SG SDK" so a sort of it own "isolated build" outside of IDE constraints