Skip to content

Instantly share code, notes, and snippets.

View gedim21's full-sized avatar

Giorgos Dimtsas gedim21

View GitHub Profile

Keybase proof

I hereby claim:

  • I am gedim21 on github.
  • I am gedim21 (https://keybase.io/gedim21) on keybase.
  • I have a public key ASCH7AkQLyA916zb0lpDgWzfrzcGSHLlZ2szr_uNbCVKSwo

To claim this, I am signing this object:

@gedim21
gedim21 / TestClass.cs
Last active December 13, 2023 16:42
Mono: Invoking a generic method using only the embedded API.
using System;
namespace MonoGenerics
{
public class TestClass
{
public void GenericMethod<T>(T t)
{
Console.WriteLine(t);
}
[INFO] --- cargo-maven2-plugin:1.0.6:undeploy (default-cli) @ dowars ---
[INFO] [talledLocalContainer] Deprecated syntax, instead use:
[INFO] [talledLocalContainer] asadmin --interactive=false --port 4848 --user admin --passwordfile C:\Users\dimtsas\AppData\Local\Temp\cargo\conf\password.properties undeploy [options] ...
[WARNING] [talledLocalContainer] remote failure: Application dowars is not deployed on this target [server]
[INFO] [talledLocalContainer] Command undeploy failed.
[INFO]
[INFO] --- cargo-maven2-plugin:1.0.6:deploy (default-cli) @ dowars ---
[INFO] [talledLocalContainer] Deprecated syntax, instead use:
[INFO] [talledLocalContainer] asadmin --interactive=false --port 4848 --user admin --passwordfile C:\Users\dimtsas\AppData\Local\Temp\cargo\conf\password.properties deploy [options] ...
[INFO] [talledLocalContainer] Application deployed with name dowars.