aboutsummaryrefslogtreecommitdiff
path: root/src/ext/NetFx/netcoresearch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use CompareStringOrdinal() instead of CompareString() case-insensitiveRob Mensching2025-11-031-4/+4
| | | | | | | This commit moves to the modern CompareStringOrdinal() for all case-insensitve uses of CompareString() with the invariant locale. Partially resolves 6947
* Update to .NET 8 to fix buildRob Mensching2025-11-022-9/+9
| | | | | .NET 6 was deprecated so move to .NET 8 and possibly .NET 10 after it releases.
* Add netfx:DotNetCoreSdkFeatureBandSearch.Sean Hall2023-01-181-138/+189
| | | | 7058
* Adding support for DotNetCoreSdkSearch and DotNetCoreSdkCompatibilityCheckStaffan Gustafsson2023-01-181-41/+175
|
* Use ConsoleWriteW in netcoresearch.exe.Sean Hall2022-12-121-8/+1
|
* Minimize calls into GitInfo by caching results during build_initRob Mensching2022-11-131-1/+0
|
* Add Netfx bundle extension and netfx:DotNetCoreSearch.Sean Hall2022-10-106-0/+271
Remove built-in .NET Core packages since they update too quickly. Fixes 6257