Primitive.FileParser.Runner
0.20.0
dotnet add package Primitive.FileParser.Runner --version 0.20.0
NuGet\Install-Package Primitive.FileParser.Runner -Version 0.20.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Primitive.FileParser.Runner" Version="0.20.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Primitive.FileParser.Runner --version 0.20.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Primitive.FileParser.Runner, 0.20.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Primitive.FileParser.Runner as a Cake Addin #addin nuget:?package=Primitive.FileParser.Runner&version=0.20.0 // Install Primitive.FileParser.Runner as a Cake Tool #tool nuget:?package=Primitive.FileParser.Runner&version=0.20.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | net8.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Primitive.FileParser (>= 0.20.0)
- System.CommandLine (>= 2.0.0-beta4.22272.1)
- System.CommandLine.NamingConventionBinder (>= 2.0.0-beta4.22272.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.