-
# .NET February 2024 Update
## Release Notes
* [8.0.2](https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.2/8.0.2.md)
* [7.0.16](https://github.com/dotnet/core/blob/main/release-notes…
-
**Release Type**: Official Release
**Version**: 4.2.0.2122
**Platform(s)**: Windows
**Describe the bug**
Build fails for code only simple projects.
Similar issue https://github.com/stride…
-
### Task name
DotNetCoreCLI@2
### Task version
2.221.0
### Environment type (Please select at least one enviroment where you face this issue)
- [ ] Self-Hosted
- [X] Microsoft Hosted
- [ ] VMSS P…
-
### Steps to reproduce
This is on Ubuntu.
```
dan@danmose2:~/dotnetU$ dotnet msbuild /p:a="b,c"
Microsoft (R) Build Engine version 15.5.179.9764 for .NET Core
Copyright (C) Microsoft Corporat…
-
Hello,
Is it possible to print the time taken in executing individual task in msbuild? I know there is /displaysummary option in msbuild but it prints the aggregate time of all invocation of tasks.…
-
Previous log #74
-
@Feodor2 please tell us how to compile mypal68, i.e. using which MSVC compiler (or EWDK), which version of `rustc` and `mozilla-build`.
-
I'd just like to confirm, whether what I'm doing is correct:
```
static ProjectModelTasks()
{
try
{
MSBuildLocator.RegisterDefaults();
}
catch (Exception exception)
…
-
When hosting MSBuild inside a .NET desktop application, we saw this exception:
```
Microsoft.Build.Framework.InternalErrorException: MSB0001: Internal MSBuild Error: must be valid
at void Micr…
-
Hi,
Thanks for this project, it makes things easier for me!
How does one do a design-time build using Buildalyzer?
It seems to me that the following does either a full build, or it does a design-…