Taylor Southwick

Results 199 comments of Taylor Southwick

We can probably use the `targetMap.xml` infrastructure to add a mapping for that

Can you share the `targetMap.xml` you're using?

Try just using the name (I don't think version is needed): ```xml ```

I think there is a misunderstanding of the role this tool is supposed to play. It's goal is to help analyze and understand the risk in moving to .NET Core...

@terrajobst Are the `Microsoft.Extensions.*` and `Newtonsoft.Json` included in the catalog?

@terrajobst This API doesn't show up in apisof.net as being in .NET Standard 2.0, but the API is there in the .dll. Thoughts?

Never had to use this, so not sure what the default is. But you'd want to put this in the `Directory.Build.props` so it's picked up by all projects

Yeah, this would fix that. For now, I would expect running the library against the .NET 4.6.1 framework would give the desired results

It would be great for this to be retrieved via the portability service so no one has to have access to the blob storage. Same thing for the catalog.bin file....

My comment probably shouldn't block this PR (it would require updating the service to load them). It was more a suggestion for future work to serve the data via ApiPort...