Make SharpIDE.Photino project deprecation clearer
This commit is contained in:
@@ -9,11 +9,13 @@ using SharpIDE.Photino.Services;
|
|||||||
|
|
||||||
namespace SharpIDE.Photino;
|
namespace SharpIDE.Photino;
|
||||||
|
|
||||||
|
// This C# project is deprecated and serves as a reference only - see the SharpIDE.Godot project
|
||||||
public class Program
|
public class Program
|
||||||
{
|
{
|
||||||
[STAThread]
|
[STAThread]
|
||||||
public static void Main(string[] args)
|
public static void Main(string[] args)
|
||||||
{
|
{
|
||||||
|
throw new NotSupportedException("This project is deprecated and serves as a reference only - see the SharpIDE.Godot project");
|
||||||
var appBuilder = PhotinoBlazorAppBuilder.CreateDefault(args);
|
var appBuilder = PhotinoBlazorAppBuilder.CreateDefault(args);
|
||||||
|
|
||||||
appBuilder.Services.AddLogging();//
|
appBuilder.Services.AddLogging();//
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
## SharpIDE.Photino
|
## [DEPRECATED] SharpIDE.Photino
|
||||||
|
|
||||||
This was my first attempt with Blazor and Photino, before reaching the point
|
This was my first attempt with Blazor and Photino, before reaching the point
|
||||||
of needing to work with the monaco editor and javascript, and deciding to reimplement the UI in Godot.
|
of needing to work with the monaco editor and javascript, and deciding to reimplement the UI in Godot.
|
||||||
|
|||||||
Reference in New Issue
Block a user