SharpScript

Windows utilities to run GUI and console C# scripts

MIT License

Stars
5

Bot releases are hidden (Show)

SharpScript - 5.1.6 Latest Release

Published by menees over 2 years ago

GitHub Releases

  • Disabled C# warnings 1701 and 1702 by default.

These two warnings have been deprecated for years in project templates and by the SDK. https://github.com/dotnet/roslyn/issues/19640

In .NET Framework 4.8 these warnings cause complaints about System.IO.Compression.FileSystem, Version=4.0.0.0 not matching with System.IO.Compression, Version=4.2.0.0. However, the default runtime policy of using the newer version is fine.

SharpScript - 5.1.5

Published by menees over 2 years ago

GitHub Releases

  • Added check of .NET Framework 4.8 reference assemblies path.
SharpScript - 5.1.4

Published by menees almost 3 years ago

GitHub Releases

SharpScript - 5.1.3

Published by menees over 4 years ago

GitHub Releases

  • Moved code from http://www.menees.com and private TFVC repo to public GitHub repo
  • Recreated .csproj files as SDK-style projects using shared Directory.Build.props
  • Created CI workflow for automated build via GitHub Actions
  • Added manual build script to produce release zip