Dongle
Dongle
CC#
Created by Dongle on 11/3/2024 in #help
(SOLVED) dotnet publish complains about missing Emscripten
okay dotnet workload repair wasm-tools fixed it.
4 replies
CC#
Created by Dongle on 11/3/2024 in #help
(SOLVED) dotnet publish complains about missing Emscripten
Full error message
C:\Program Files\dotnet\packs\Microsoft.NET.Runtime.WebAssembly.Sdk\9.0.0-rc.2.24473.5\Sdk\BrowserWasmApp.targets(236,5): error : Emscripten from the workload is missing some paths: $(EmscriptenSdkToolsPath)= . Emscripten SDK is required for building native files.
C:\Program Files\dotnet\packs\Microsoft.NET.Runtime.WebAssembly.Sdk\9.0.0-rc.2.24473.5\Sdk\BrowserWasmApp.targets(236,5): error : Emscripten from the workload is missing some paths: $(EmscriptenSdkToolsPath)= . Emscripten SDK is required for building native files.
4 replies
CC#
Created by Dongle on 9/24/2024 in #help
Lucene: best analyzer for handling PascalCase?
And analyzers here is a functionality of Lucene.
10 replies
CC#
Created by Dongle on 9/24/2024 in #help
Lucene: best analyzer for handling PascalCase?
10 replies
CC#
Created by Dongle on 9/24/2024 in #help
Lucene: best analyzer for handling PascalCase?
Lucene is a search library.
10 replies
CC#
Created by Dongle on 9/24/2024 in #help
Lucene: best analyzer for handling PascalCase?
I’m not sure what you mean?
10 replies
CC#
Created by Dongle on 9/24/2024 in #help
Lucene: best analyzer for handling PascalCase?
Lucene analyzer
10 replies
CC#
Created by Dongle on 7/27/2024 in #help
MSBuild tasks, external dependencies and NuGet
I was trying to see if there are any one-way-fits-all rather than manually specifying each dependency, but it seems like no such thing exists.
4 replies
CC#
Created by Dongle on 6/17/2024 in #help
Avoid reserializing entire JSON?
If user were to change the setting in the app, the formatting is entirely screwed
21 replies
CC#
Created by Dongle on 6/17/2024 in #help
Avoid reserializing entire JSON?
Yup. That's the issue.
21 replies
CC#
Created by Dongle on 6/17/2024 in #help
Avoid reserializing entire JSON?
Yup
21 replies
CC#
Created by Dongle on 6/17/2024 in #help
Avoid reserializing entire JSON?
I have a GUI for editing settings as long as an "open JSON file" button
21 replies
CC#
Created by Dongle on 6/17/2024 in #help
Avoid reserializing entire JSON?
No, desktop
21 replies
CC#
Created by Dongle on 6/17/2024 in #help
Avoid reserializing entire JSON?
My app allows the user to directly modify JSON files, which mean they can format the thing in very strange ways like comments and stuff. I wanted to respect that for simple changes like changing the value of properties that can be in one line.
21 replies
CC#
Created by MiKom on 12/18/2023 in #help
Publishing application with native libraries
So put a CopyToOutputDirectory to them
11 replies
CC#
Created by MiKom on 12/18/2023 in #help
Publishing application with native libraries
Contents aren't directly copied
11 replies
CC#
Created by MiKom on 12/18/2023 in #help
Publishing application with native libraries
You would probably want CopyToOutputDirectory
11 replies
CC#
Created by MiKom on 12/18/2023 in #help
Publishing application with native libraries
Pack only works in NuGet AFAIK
11 replies