-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Insights: dotnet/msbuild
Overview
Could not load contribution data
Please try again later
24 Pull requests merged by 13 people
-
reuse the Translator instead of always allocating a new one
#11971 merged
Jul 24, 2025 -
[main] Update dependencies from dotnet/arcade
#12201 merged
Jul 24, 2025 -
Add check for node shut down event and reorder the sequence of shutdown in OutOfProcNode
#12194 merged
Jul 24, 2025 -
Add Version.Details.props
#12216 merged
Jul 23, 2025 -
Update VMR orchestrator property
#12211 merged
Jul 22, 2025 -
Erarndt/drain packet queue reorder fix
#12190 merged
Jul 22, 2025 -
[automated] Merge branch 'vs17.14' => 'main'
#12212 merged
Jul 22, 2025 -
[17.14] Avoid hang when similar build requests are serviced
#12197 merged
Jul 22, 2025 -
[automated] Merge branch 'vs17.14' => 'main'
#12209 merged
Jul 22, 2025 -
[main] Source code updates from dotnet/dotnet
#12210 merged
Jul 22, 2025 -
[vs17.14] Update dependencies from dotnet/arcade
#12204 merged
Jul 21, 2025 -
[vs17.12] Update dependencies from dotnet/arcade
#12205 merged
Jul 21, 2025 -
[vs17.11] Update dependencies from dotnet/arcade
#12202 merged
Jul 21, 2025 -
[vs17.10] Update dependencies from dotnet/arcade
#12203 merged
Jul 21, 2025 -
[main] Update dependencies from dotnet/roslyn
#12206 merged
Jul 21, 2025 -
Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 11995858
#12208 merged
Jul 21, 2025 -
[vs17.8] Update dependencies from dotnet/arcade
#12200 merged
Jul 21, 2025 -
Localized file check-in by OneLocBuild Task: Build definition ID 9434: Build ID 11987485
#12186 merged
Jul 21, 2025 -
[main] Source code updates from dotnet/dotnet
#12191 merged
Jul 18, 2025 -
Perf: Concurrent ConfigCache
#12052 merged
Jul 18, 2025 -
adjust Toolset for multithreaded execution
#12167 merged
Jul 18, 2025 -
Make node contexts managed by NodeProviderInProc concurrent
#12195 merged
Jul 18, 2025 -
Avoid intermediate string allocation to truncate
#11961 merged
Jul 18, 2025 -
Track FileWritesShareable that occur underneath the project directory
#12192 merged
Jul 18, 2025
4 Pull requests opened by 4 people
-
Avoid allocations calling GetReferencedItemNamesAndMetadata
#12189 opened
Jul 17, 2025 -
Remove dev10 related code from Toolset class
#12207 opened
Jul 21, 2025 -
Pass remote logger records to create project collection
#12215 opened
Jul 23, 2025 -
WIP of what links for codes in TL diagnostics might look like
#12217 opened
Jul 23, 2025
4 Issues closed by 3 people
-
[dnceng-bot] Branch `msbuild/exp/ykovalova/race_condition_fix` can't be mirrored to Azdo fast forward branch
#12214 closed
Jul 24, 2025 -
[dnceng-bot] Branch `msbuild/exp/ykovalova/race_condition_fix` can't be mirrored to Azdo fast forward branch
#12213 closed
Jul 23, 2025 -
Improve Scheduler and Engine logs.
#11883 closed
Jul 21, 2025 -
[thread-safety] - Toolset
#12122 closed
Jul 18, 2025
3 Issues opened by 3 people
-
Collection Expression like condition syntax (with `in` / `not in` csharp-y idioms)
#12218 opened
Jul 24, 2025 -
Implement task routing for multi-threaded execution
#12196 opened
Jul 18, 2025 -
remove dev10 related code in Toolset
#12193 opened
Jul 18, 2025
24 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Implement RAR-out-of-proc basic execution
#11957 commented on
Jul 23, 2025 • 12 new comments -
Perf: Directly use ImmutableDictionary for TaskItem metadata
#12185 commented on
Jul 24, 2025 • 6 new comments -
Resolve net task host params from the project properties
#11543 commented on
Jul 24, 2025 • 6 new comments -
[WIP] Thread-Safe Tasks spec
#12111 commented on
Jul 21, 2025 • 5 new comments -
Add Wave18_0 changewave and put AddSdkResolvedEnvironmentVariable behind it
#12182 commented on
Jul 17, 2025 • 2 new comments -
Reduce allocations due to resizing dictionaries
#12159 commented on
Jul 23, 2025 • 1 new comment -
Perf: Fast TypeLoader cache
#12067 commented on
Jul 18, 2025 • 1 new comment -
Add analyzer support for the new Tasks
#11833 commented on
Jul 18, 2025 • 0 new comments -
Avoid allocating closures in translator calls.
#12183 commented on
Jul 23, 2025 • 0 new comments -
Clean up several allocations in SetItems
#12171 commented on
Jul 23, 2025 • 0 new comments -
Add Transactional mode for WriteLinesToFile 6B16
#12162 commented on
Jul 24, 2025 • 0 new comments -
Avoid SolutionConfiguration dictionary resizing
#12160 commented on
Jul 23, 2025 • 0 new comments -
Fix Copy task case sensitivity issue on Unix systems
#12147 commented on
Jul 21, 2025 • 0 new comments -
Use MicroBuildSigningPlugin from arcade templates and split .vsts-dotnet.yml
#12126 commented on
Jul 23, 2025 • 0 new comments -
MSBuildFileSystemBase is partialy honoured when used to load imports
#7956 commented on
Jul 18, 2025 • 0 new comments -
enable out of process execution of inline tasks
#11948 commented on
Jul 18, 2025 • 0 new comments -
[thread-safety] - TypeLoader, NodeProviderOutOfProcTaskHost
#12188 commented on
Jul 21, 2025 • 0 new comments -
Suppress CS1701 and CS1702 warnings by default in RoslynCodeTaskFactory to align with .NET SDK
#12101 commented on
Jul 24, 2025 • 0 new comments -
Implement new Task API Contract
#11828 commented on
Jul 24, 2025 • 0 new comments -
[Feature Request]: Add ability to build multiple projects on the command line without sln or slnf
#9714 commented on
Jul 23, 2025 • 0 new comments -
Add support for `after.{SolutionName}.slnx.targets` for slnx solutions
#12166 commented on
Jul 23, 2025 • 0 new comments -
[thread-safety] [AI] - Identify Not Covered Classes
#12124 commented on
Jul 22, 2025 • 0 new comments -
Transactional mode for WriteLinesToFile
#12061 commented on
Jul 21, 2025 • 0 new comments -
`NullReferenceException` in `ProjectRootElement.LoadDocument`
#11813 commented on
Jul 21, 2025 • 0 new comments