Alex Perovich

Results 33 comments of Alex Perovich

We could just enable roll-forward=Major for darc, then it doesn't really matter what runtime it runs on, as long as it is > what we built against.

Yea, it would need to build against 3.1, but thats doable with a 6.0+ sdk.

we shouldn't need to change that many things down the stack, only darc and things it depends on can be 3.1, or netcoreapp2.1. The other services and things can still...

How is source-build re-targeting the projects? Is it just modifying the project to have a different TFM? Changing the build targets in the packages to work when the TFM is...

I'm asking about the actual mechanics of "build for a different TFM" what does it actually do to the projects to make this happen?

If you are already adding patches then I would suggest just patching the targets files too. Making this work in general is a very large sized work item. This basically...

@dseefeld why exactly is source build changing the tfm? The net6.0 sdk can build netcoreapp3.1 projects. We would rather not complicate the build unnecessarily. This change is only needed because...

We've already fixed most of bootstrap's colors, so we should be fine. We've used most of the controls already.

Even if we have issues, the extension literally says "use color X instead of color Y" and thats an easy fix in the overrides.

This can be merged.