-
-
- **Poetry version**: 1.7.1
- **Python version**: 3.11
- **OS version and name**: GNU/Linux 6.7.2
- **pyproject.toml**:
```toml
[build-system]
requires = ["poetry-core"]
build-backend …
-
To reproduce:
1. Create a csproj that conditionally imports the same package reference with different versions:
```xml
netstandard2.1;net5.0
```
2. `dotnet build` …
-
I've been trying for a few days to build hawkbit version `3.0.0M8` with the s3 artifacts extension, this is my Dockerfile:
```
# set Java
ARG JAVA_VERSION=17.0.11_9
# extracts spring layers from…
-
_From @adrianvmsft on March 23, 2018 1:8_
When I open the roslyn solution, I get several (between 5 and even 30 sometimes) warnings like this (in the design time build output window):
------ Build…
-
Update the [.editorconfig](https://github.com/Microsoft/msbuild/blob/master/.editorconfig) with additional rules.
**Advantages**
* keeps the code format as defined - regardless who is contributin…
-
Original issue https://youtrack.jetbrains.com/issue/RIDER-102749
Reproduce via tests in the latest main branch:
```F#
[]
let ``cursor repro 1`` () =
let result = formatWithCursor
…
-
My project file has:
```
net6.0
```
I've installed the dotnet-format tool for v6 using this command:
```
dotnet tool update -g dotnet-format --version "6.*" --add-source https://pkgs.dev.azu…
-
`dotnet format` is failing
#1499 and #1500 were created in attempts to deal with is:
```
Unhandled exception: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the re…
-
Hello,
I'm trying to build codelite from sources on windows 10 64bits, following the [instructions](https://docs.codelite.org/build/build_from_sources/) in documentation.
The command `cmake .. -DCMA…