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

5 Коммитов

Автор SHA1 Сообщение Дата
Surayya Huseyn Zada 856f50eee0
Fix bug: No visible message when replaying analyzed build (#10265)
* add BuildCheck.UnitTests to slnf

* add test for replaying binlog of analyzed build

* fixed buf for BuildCheckResultWarning

* changed the test for error case

* fixed bug for BuildCheckResultError

* set RawMessage for BuilCheck results instead of speacial casing in BuildEventArgsWriter

* remove using

* add skip back to the flaky test;
add skip to the new test
2024-06-20 12:28:24 +00:00
Mariana Dematte f25414599d
Instrumentation module for BuildCheck (#10016)
Fixes #9629

Context
We need some timers and performance indicators for BuildCheck.

Added --analyzeStats option so it will report the time the BuildCheck infrastructure and individual analyzers performed to the command line, otherwise this information is just passed to the logger.
Added timer to a few infrastructure points so we can know how they perform.
2024-05-02 06:47:41 -07:00
Gang Wang 816499c0a7
Move shared unit test code to a shared assembly (#9420)
* Assemble test library files shared in test projects from src\Shared\UnitTests

* Replace linked shared files with project reference

* Modify shared test code file path in deprecated test projects

* Make test libraries public

* Extract the common key and key file into the same property group for test project and library

* Change back the variable name

* Comment on the xunit package version not set in eng/Packages.props file

* Remove targetframework for Mono build since the support was dropped

* Add test library project to Dev solution filter

* Remove mono configuration of shared test library project
2024-02-20 12:22:47 +08:00
Jan Krivanek 32f11ac59f Refactor build transfering to accomodate nuget.exe type loading limitations 2023-05-24 21:57:59 +02:00
Ladi Prosek c6ed2fef9d
Replace MSBuild.Dev.sln and MSBuild.SourceBuild.sln with solution filters (#6010)
Trivially replaced the two .sln's, which are a strict subset of MSBuild.sln, with .slnf's for easier maintenance.
2021-01-08 11:44:02 +01:00