-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: QueryPoints base * feat: guess types on no metadata * docs: PointData method comments * refactor: check if measurement before metadata * style: comment, lint * feat: PointDataValues, Mutable PointData * fix: renamed methods * feat: PointDataValues QueryPoints * feat: use only reference types in PointData * feat: fromValues * refactor: removed unused methods, added comments * fix: code style * fix: code style * fix: lang version * docs: use 7.0 dotnet for codeQL * Revert "fix: lang version" This reverts commit 4d126c4. * docs: use 7.0 dotnet for codeQL --------- Co-authored-by: Sciator <[email protected]>
- Loading branch information
Showing
15 changed files
with
1,165 additions
and
861 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
/.idea/ | ||
/.vscode/ | ||
/.vs/ | ||
|
||
# Build results | ||
[Dd]ebug/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.