Primitive.FileParser
0.17.2
See the version list below for details.
dotnet add package Primitive.FileParser --version 0.17.2
NuGet\Install-Package Primitive.FileParser -Version 0.17.2
<PackageReference Include="Primitive.FileParser" Version="0.17.2" />
paket add Primitive.FileParser --version 0.17.2
#r "nuget: Primitive.FileParser, 0.17.2"
// Install Primitive.FileParser as a Cake Addin #addin nuget:?package=Primitive.FileParser&version=0.17.2 // Install Primitive.FileParser as a Cake Tool #tool nuget:?package=Primitive.FileParser&version=0.17.2
Primitive Team
The FileParser git clones a codebase and walks the file directories and applies the following analyzers to create Primitive Data Transfer Objects to be saved in a Sqlite DB that can be read by the Primitive display:
- Roslyn
- Clang
- IronPython
- ANTLR
- JavaC
Original Primitive Proxy Readme:
This application is specifically designed for the case where a user is only able to access source code resources on a secure VPN, and the user is using a standalone VR headset. The scheme is as follows:
- User connects their standalone VR headset to PC via USB
- User runs this application on their PC with the following parameters:
- Scraper Host: destination for scraper assets as installed on their network via docker
- Authentication: credentials that will allow user to make raw source requests to repo hosting service
- Serial port info (TBD)
- User launches Primitive on the standalone VR headset
- Primitive is configured to run in a Serial Port mode, so it prompts user to select the appropriate port (TBD)
- Primitive (running on the standalone VR headset) sends both HTTP and WebSocket web requests in the form of a request string to this Proxy application (running on the VPN connected PC), and this application returns the responses over the serial port.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- antlr-parser (>= 0.25.0)
- ClangSharpWrapper (>= 0.21.0)
- IronPythonWrapper (>= 0.22.0)
- LibGit2Sharp (>= 0.27.2)
- Primitive.RoslynWrapper (>= 0.25.0)
- PrimitiveCodebaseElements (>= 0.34.0)
- PrimitiveStackLayout (>= 0.12.0)
- System.Data.SQLite (>= 1.0.117)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Primitive.FileParser:
Package | Downloads |
---|---|
Primitive.FileParser.Runner
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.