Daniel Mirmilshteyn

Results 3 comments of Daniel Mirmilshteyn

I had a similar requirement (no clean during analysis), and managed to find a way to do so. ``` csharp var buildEnvironment = projectAnalyzer.EnvironmentFactory.GetBuildEnvironment().WithTargetsToBuild("Build"); var analyzerResults = projectAnalyzer.Build(buildEnvironment); var project...

Are there still plans to merge this? I'm trying to use Vortice in an AoT scenario, and the lack of annotations on the currently released version are causing it to...

This problem also causes a failure when you include the sentry.io SDK, since that adds a `Senry.ProjectDirectory` AssemblyMetadata attribute.