Skip to content

Commit

Permalink
turn off trimming for now
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Jan 10, 2024
1 parent d13777c commit 5e535e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ Whether you want to build apps for Linux, MacOS, Windows, iOS, Android, Tizen, X
- [Quick Start](https://aloneguid.github.io/parquet-dotnet/starter-topic.html#quick-start).
- [Full Documentation](https://aloneguid.github.io/parquet-dotnet/starter-topic.html).

## UI

This repository now includes an implementation of parquet desktop viewer application called **Floor** (parquet floor, get it?). It's cross-platform, self-contained executable made with Avalonia, and is compiled for Linux, Windows and MacOS. You can download it from the releases section.

**Floor** is not meant to be the best parquet viewer on the planet, but just a reference implementation. There are probably better, more feature-rich applications out there.

## Used by

- [Azure Cosmos DB Desktop Data Migration Tool](https://github.com/AzureCosmosDB/data-migration-desktop-tool).
Expand Down
2 changes: 1 addition & 1 deletion src/Parquet.Floor/Parquet.Floor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AssemblyName>floor</AssemblyName>
<PublishTrimmed>true</PublishTrimmed>
<PublishTrimmed>false</PublishTrimmed>
<PublishSingleFile>true</PublishSingleFile>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<ApplicationIcon>Assets/icon.ico</ApplicationIcon>
Expand Down

0 comments on commit 5e535e0

Please sign in to comment.