From afe59e0e622b518f26d143bc77dac3f80519e34d Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Mon, 2 Oct 2023 10:57:31 +0000 Subject: [PATCH] Updated wikipage Eiffel .NETCore execution. (Signed-off-by:jocelyn). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2438 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffel-net-integration/Eiffel-for-.NETCore-execution.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/23.09/solutions/dotnet/eiffel-net-language/eiffel-net-integration/Eiffel-for-.NETCore-execution.wiki b/documentation/23.09/solutions/dotnet/eiffel-net-language/eiffel-net-integration/Eiffel-for-.NETCore-execution.wiki index 7050183b..eab14e48 100644 --- a/documentation/23.09/solutions/dotnet/eiffel-net-language/eiffel-net-integration/Eiffel-for-.NETCore-execution.wiki +++ b/documentation/23.09/solutions/dotnet/eiffel-net-language/eiffel-net-integration/Eiffel-for-.NETCore-execution.wiki @@ -1,4 +1,4 @@ -[[Property:modification_date|Mon, 02 Oct 2023 10:54:57 GMT]] +[[Property:modification_date|Mon, 02 Oct 2023 10:57:30 GMT]] [[Property:publication_date|Mon, 02 Oct 2023 10:00:56 GMT]] [[Property:uuid|1838ECEC-F411-46C7-926B-204ED0ACD0C6]] [[Property:weight|20]] @@ -72,7 +72,7 @@ Read more about the `dotnet` tool, and especially the `run` command at [https:// The '''wrapper''' project is helpful to '''publish''' the executable to the current or other platforms, and have an executable that does not require the `dotnet` command. It is also possible to include all dependencies (i.e: self contained) to ease deployment on machine without any dotnet runtime installed. -{{note: use the `dotnet publish` tool on the generated C# wrapper project. See the documentation about `dotnet publish` at [https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-publish] .}} +{{note| use the `dotnet publish` tool on the generated wrapper project. See the documentation about `dotnet publish` at [https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-publish] .}} ==Debugging in VisualStudio== Even if EiffelStudio does not provide any support for debugging Eiffel .NETCore directly from the IDE.