AcsCore 1.0.1.2

dotnet add package AcsCore --version 1.0.1.2
NuGet\Install-Package AcsCore -Version 1.0.1.2
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="AcsCore" Version="1.0.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AcsCore --version 1.0.1.2
#r "nuget: AcsCore, 1.0.1.2"
#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 AcsCore as a Cake Addin
#addin nuget:?package=AcsCore&version=1.0.1.2

// Install AcsCore as a Cake Tool
#tool nuget:?package=AcsCore&version=1.0.1.2

Acs Core

Acs Project Core

Acs Core contains both AcsFinder and AcsDumper source.

Features

  • Dump process
  • Dump all available processes
  • Find differences between two or more files
  • Find occurrences between two or more files
  • Search something in one or more files

How To Use

These are just some examples.

string[] results = AcsDumper.Dump(processesId);

foreach (string result in results)
{
    Assets.OpenFile(result);
}
results = AcsDumper.DumpAvailable();

foreach (string result in results)
{
    Assets.OpenFile(result);
}
string result = AcsFinder.GetDifferences(filesList);
Assets.OpenFile(result);

Installation

Download the nuget to use Acs Core in your own project

https://www.nuget.org/packages/AcsCore

or use the dll release version below.

Release

You can download the latest version here

https://github.com/HackingSgravato/Acs.Core/releases/tag/v1.0.1

Build

Acs Core requires .Net 7 to be built.

You can use git clone and build your own copy

git clone https://github.com/HackingSgravato/Acs.Core.git

or you can download the zip

Development

Want to contribute? Great!

Create a pull request.

Go here

https://github.com/HackingSgravato/Acs.Core/pulls

and click New pull request

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1.2 414 10/4/2022
1.0.1.1 357 10/4/2022
1.0.1 353 10/4/2022
1.0.0 356 10/3/2022