LiesAuer

Results 120 comments of LiesAuer

can you provide a demo so i can have a deep look on it.

i can't tell, but build without `--self-contained`, and then publish with `--self-contained`, there must be something different and this behaivor has changes to break NetBeauty, have you try deleting `obj`...

try deleting `obj` and `bin` before running `dotnet publish`

you are right, `--no-build` is unsupported

no, you can't. lets says you have 2 apps, app1 and app2, by default, the entire project folder structure should be like this: ``` project │ ├──app1 │ ├── bin...

BeautyDir is where your app root dir is(where the deps.json is)

> When project is trageting dotnet 9.0, publishing fails with the following error: > > `error MSB3073: The command ""C:\Users\USER\.nuget\packages\nulastudio.netbeauty\2.1.4.6\targets\../tools/win-x86/nbeauty2.exe" --loglevel Info --usepatch "C:\src\MyApp\bin\Release\net9.0-windows\win-x64\publish\/." ./libraries " exited with code 1.`...

> I also ave trouble with .net9.0, for me it work but a lot of dll are not moved to the subfolder and stay at the root it depends on...

> publishing framework dependent, you will find a repro here : https://github.com/julienGrd/BlazorAppTestNetBeautyWithPdb, just checkout the project and publish and you will see these dll not moved that's weird, it works...

> OK i just switch from 17.12 preview 5 to 17.12 in the stable canal, i dont' see anymore these dll at the root but neither in the libraries folder...