Граф коммитов

13 Коммитов

Автор SHA1 Сообщение Дата
Justin Anderson ab0774688b
Enforce editorconfig at build time (#5589) 2023-10-24 14:37:56 -07:00
Justin Anderson 2e2033b78e
Use central package management (#5471) 2023-10-04 09:04:46 -07:00
Juan Hoyos 8497c316dc
Fix licensing to be standard MIT across the repo (#1055)
* Remove Apache v2 license.

We comply with the ecosystem's tendency to MIT license

* Fix licensing for xUnit extensions
2020-04-22 20:50:06 +00:00
Mike McLaughlin d2be8fc974
Verbose logging for symbol publish, etc. (#495)
Change to preview version

Update docs with release instructions

Remove source link disabling

Change symbol publish verbosity to normal
2019-09-21 12:32:24 -07:00
Mike McLaughlin 50c7134c70
Convert to latest arcade version (#319)
Convert to latest arcade version

Update signing step

Fix variable list definition

Enable microbuild

Add sdk version to global.json

Update dotnet-install.sh permissions.
2019-06-10 17:11:26 -07:00
Juan Hoyos b143d8619b
Restore commit information to native images (#250) 2019-05-06 13:32:47 -07:00
Juan Hoyos ee2911d7a1
Overall cleanup for build system - part 1 (#247)
* Remove dotnet-analyze from build and CreateVersionFile
* Rename NuGet config file to be compliant with casing
* Use msbuild command in place of hardcoded paths
* Add details file
* Consolidate versions into a single file
* Over all cleanup of project files, properties, and targets
* Little workaround for older version of Arcade around license
* Change format of versioning resources for readability
* Update XUnit versions
2019-05-04 14:31:32 -07:00
Mike McLaughlin 031d067050
Convert to Arcade SDK from the RoslynTools.RepoToolSet (#76)
Convert to Arcade SDK from RoslynTools.RepoToolSet.

Upgrade to arcade SDK 1.0.0-beta.18501.3+25f5624a

Switched to dotnet cli 2.1.401

There are still some zip signing and version file issues that
will be addressed in future PRs.

Fix the version file build and remove the build tools dependency
2018-10-08 20:46:24 -07:00
Mike McLaughlin e6bf69cd90
Update the building and installing lldb docs. (#74)
Add embedded pdbs to testing.

Add scripts to build/install lldb for some distros.

Fix the build on certain distros after testing docs.

Add RuntimeFrameworkVersionMajor.
2018-09-20 21:33:12 -07:00
Mike McLaughlin 52e99408f3
Upgrade to RepoToolset version 1.0.0-beta2-63206-01 (#57)
Upgrade to RepoToolset version 1.0.0-beta2-63206-01
2018-08-07 13:38:46 -07:00
Mike McLaughlin 3ba5dd460f
Misc changes and cleanup. (#33)
Misc changes and cleanup.

Add/update documentation.

Test against .NET Core 1.0.9, 2.0.9 and 2.1.0.

Removed using the desktop framework to find the diasymreader interface.
2018-07-23 11:04:27 -07:00
Mike McLaughlin f27989b8bc SOS.UnitTests now builds and runs on Windows, Linux and OSX.
Added conditional to config files. Now any config value, Options or Option
can have a Condition="$(foo) == bar". Only == and != are supported.

Added Import config file support allow one config file to import
another. <Import ConfigFile="<name of file>" />

Upgraded to .NET Core cli version 2.1.300 (final release).

Don't use the dbgeng ioctl to get the DAC interface on Windows.

Move test logging to better named directory
2018-06-29 14:32:58 -07:00
Mike McLaughlin ad99d3facd Add the managed SOS code.
Using the Roslyn repo tool set to build (for now).
2018-04-26 15:47:59 -07:00