CoreTools 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package CoreTools --version 1.0.1
NuGet\Install-Package CoreTools -Version 1.0.1
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="CoreTools" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CoreTools --version 1.0.1
#r "nuget: CoreTools, 1.0.1"
#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 CoreTools as a Cake Addin
#addin nuget:?package=CoreTools&version=1.0.1

// Install CoreTools as a Cake Tool
#tool nuget:?package=CoreTools&version=1.0.1

icon

CoreTools

Lightweight package with some utilities for .NET Core.

release nuget release_date downloads license

Dependencies

net5 net6

Overview

GraphicUtils

This static class contains the following functions:

  • Point GetCursorPos()
    Returns the current cursor position on display.

SystemUtils

  • FileInfo GetExecutingFile()
    Returns the current application executing file.

  • DirectoryInfo GetExecutingDirectory()
    Returns the current application executing directory.

License

Copyright (C) 2021-2022 devpelux (Salvatore Peluso)
Licensed under MIT license.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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.
  • net5.0

    • No dependencies.
  • net6.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.3.0 232 2/16/2023
1.2.0 792 5/20/2022
1.1.1.1 433 4/28/2022
1.1.0 531 12/29/2021
1.0.1 258 12/25/2021
1.0.0 488 12/23/2021

Now GetExecutingDirectory never returns null.
Fixed documentation and readme.