Moss.Report.Client
1.0.1
dotnet add package Moss.Report.Client --version 1.0.1
NuGet\Install-Package Moss.Report.Client -Version 1.0.1
<PackageReference Include="Moss.Report.Client" Version="1.0.1" />
<PackageVersion Include="Moss.Report.Client" Version="1.0.1" />
<PackageReference Include="Moss.Report.Client" />
paket add Moss.Report.Client --version 1.0.1
#r "nuget: Moss.Report.Client, 1.0.1"
#:package Moss.Report.Client@1.0.1
#addin nuget:?package=Moss.Report.Client&version=1.0.1
#tool nuget:?package=Moss.Report.Client&version=1.0.1
What is Moss
Moss (for a Measure Of Software Similarity) is an automatic system for determining the similarity of programs. To date, the main application of Moss has been in detecting plagiarism in programming classes. Since its development in 1994, Moss has been very effective in this role. The algorithm behind moss is a significant improvement over other cheating detection algorithms.
For more information: http://theory.stanford.edu/~aiken/moss/
Moss.Report.Client
Moss.Report.Client is a library for downloading and parsing a report with analysis results. The client downloads the report from the link, parses it and presents it as a structure.
Installation
Install-Package Moss.Report.Client
Usage
using var clientHandler = new HttpClientHandler();
using var httpClient = new HttpClient(clientHandler);
var reportClient = new MossReportClient(httpClient);
var report = await reportClient.GetReport("http://moss.stanford.edu/results/...").ConfigureAwait(false);
| 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net7.0
- HtmlAgilityPack (>= 1.11.43)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.