-
Minimal reproduction: https://github.com/nulastudio/NetCoreBeauty/issues/10#issuecomment-671730525 with latest NetCoreBeauty version and `PublishTrimmed` set to `true`.
-
![image](https://user-images.githubusercontent.com/8676741/103515162-30cb4700-4ea9-11eb-8308-e9dab3dbd2d1.png)
-
Hello there,
I'm building an app as part of my cusotm workflow on github.
I'm installing the CLI tool using this line
`dotnet tool install --global nulastudio.ncbeauty`
and then calling the ncbe…
-
![explorer_2020-08-10_06-42-10](https://user-images.githubusercontent.com/5205810/89774873-ad155600-dad4-11ea-9b25-3e070d185c7d.png)
As you can see, ResX generates language code folders which have ad…
-
_From @hvanbakel on January 24, 2018 20:46_
First of all, what I'm trying to do here is to run an assembly as a container to be reused by multiple other assemblies. So I would like to run something l…
-
I'm using the [MonoGame Framework](https://github.com/MonoGame/MonoGame) for a project that I am trying to package with NetCoreBeauty. MonoGame loads its unmanaged dependencies (namely SDL) in an odd …
-
osx
```
open /var/folders/xb/5ys3kh657kdd45gb9kmlqjq80000gn/T/NetCoreBeauty/artifacts/ArtifactsVersion.txt: no such file or directory
open /var/folders/xb/5ys3kh657kdd45gb9kmlqjq80000gn/T/NetCoreBe…
-
Running with patched libhostfxr on CentOS 7 (which is still listed under .net core 3.1 supported os versions) yields following error:
`Failed to load �r�, error: /lib64/libstdc++.so.6: version GLIBCX…
-
Hi, maybe I'm doing this wrong, but ncbeauty doesn't do anything for me. it completes without any error message, but no sub-directory is created
During publish:
```
1>------ Publish started: Proj…
-
Let's say I have a project in `Source/Hello/World.csproj`.
To publish I can do:
```
dotnet publish Source/Hello -r win-x64 -c Release
```
Specifying the csproj's folder like that makes NetC…