Skip to content

Tags: devlooped/SmallSharp

Tags

v2.3.4

Toggle v2.3.4's commit message
⬆️ Bump files with dotnet-file sync

v2.3.3

Toggle v2.3.3's commit message
Use Project for default launch profile command name

Ensure the project-name entry written to Properties\\launchSettings.json uses the fixed commandName value expected by launch profiles instead of the MSBuild project name.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

v2.3.2

Toggle v2.3.2's commit message
Add default project launch profile

Ensure generated launchSettings.json includes Visual Studio's default project-named profile alongside SmallSharp file profiles.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

v2.3.1

Toggle v2.3.1's commit message
+Mᐁ includes

v2.3.0

Toggle v2.3.0's commit message
Ensure properties are always set in props+targets

This prevents a scenario where the .NET SDK props don't get a key property early enough (i.e. TargetFramework) from the script and uses the one in the .csproj which was intended to be overriden.

v2.2.5

Toggle v2.2.5's commit message
+Mᐁ includes

v2.2.4

Toggle v2.2.4's commit message
Ensure when running from VS, output supports UTF-8

The console started by VS (even if it's the terminal one) by default does not seem to be set up to support UTF-8. To be on the conservative side, we just set up the encoding in DEBUG builds so things Just Work from VS by default.

This problem doesn't exist when running from a regular terminal.

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update SmallSharp SDK version in README

v2.2.2

Toggle v2.2.2's commit message
⬆️ Bump files with dotnet-file sync

v2.2.1

Toggle v2.2.1's commit message
Add blank sample with only implicit usings