-
Proposed API:
```csharp
interface IAnalyzerResult
{
+ ///
+ /// Gets the compiler command produced by the `CoreCompile` task.
+ ///
+ string Command { get; }
+ ///
+ /// Gets the argumen…
-
For a project I am working on, I was interested in trying out the [single file EXE](https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli). Unfortunately, due to the u…
-
### Description
My project compiles fine with 4.0.0-theta-011 but fails with 4.0.0-theta-012 as below
```
Parsing Client/Client.fsproj...
Unhandled exception. System.ArgumentNullException: Value…
-
### Description
If I install `dotnet-sdk-7` besides `dotnet-sdk-6`, the compilation hangs after analyzing project file.
I.e. on console output, with version 6 I get full output, but on version 7…
-
Hello
First of all, thank you for this very useful tool.
I noticed that the presence of a [**`.rsp`**](https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild-response-files?view=vs-2022) fi…
-
**Describe the bug**
Similar to #1899 I get the same Error:
```shell
[17:13:47 INF] Identifying project to mutate.
[17:13:54 INF] The project /home/vsts/work/1/s/Natzka.WebAPI.Web/Natzka.WebAPI.We…
-
With .NET 5 RC2 installed.
`dotnet new wpf -lang VB`
```
using System;
using Buildalyzer;
using System.Linq;
namespace ConsoleApp2
{
class Program
{
static void Main(s…
-
Hello,
I have the following architecture:
- `Library.Base.fsproj` with a namespace `Library.Base`
- `Library.Base.Implementation.fsproj` with a namespace `Library.Base.Implementation` and this …
-
Buildalyzer - AnalyzerManger ProjectFile-RequiresNetFramework property throws null exception for .vbproj
But it works for .csproj the exception occurs only for .vbproj.
> AnalyzerManager analyzerM…
-
This issue is more of a question than a bug. I didn't see github discussions here so I created this issue. Please sent me to the right place if this isn't the place to ask questions.
What should th…