now it's not a single project, but a solution

This commit is contained in:
2022-01-14 00:12:40 +03:00
parent 97269fd160
commit fe35153278
122 changed files with 6636 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,14 @@
bool: false;
char: 'v';
byte: 255b;
sbyte: -125sb;
short: 14003s;
ushort: 32025us;
int: -2515;
uint: 0u;
long: -29863854396l;
ulong: 87659057946ul;
float: 39.944f;
double: 965.557;
decimal: -84.20de;
string: "_$\"\\\\'''\n\ta ûûû000;2;=:%d;```";

View File

@@ -0,0 +1,9 @@
message:
{
type: "sent";
time: "15.12.2021 20:51:24 +03:00";
author_id: 293798876950036480ul;
channel_id: 913088838761603212ul;
message_id: 920734809096077353ul;
text: "_$\"\\\\'''\n\ta ыыы000;2;=:%d;```";
};

View File

@@ -0,0 +1,4 @@
chars: ['a','b','c'];
uints: [10,20,30,0,0];
floats: [8.2,5.225,-0.9993];
strings:["aaa","bbb","ccc"];

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
nullable:null;

View File

@@ -0,0 +1,14 @@
bool:b=false;
char:c='v';
string:s="hello";
byte:by=255;
sbyte:sb=-125;
short:sh=14003;
ushort:us=32025;
int:i=-2515;
uint:ui=0;
long:l=-29863854396;
ulong:ul=87659057946;
float:f=39.944;
double:do=965.557;
decimal:de=-84.20;

View File

@@ -0,0 +1 @@
List<string>:list=[string:"a",string:"b"];

View File

@@ -0,0 +1,36 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"TestProgram/1.0.0": {
"dependencies": {
"DTLib": "1.0.0"
},
"runtime": {
"TestProgram.dll": {}
}
},
"DTLib/1.0.0": {
"runtime": {
"DTLib.dll": {}
}
}
}
},
"libraries": {
"TestProgram/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DTLib/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,9 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
}
}
}

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,14 @@
bool: false;
char: 'v';
byte: 255b;
sbyte: -125sb;
short: 14003s;
ushort: 32025us;
int: -2515;
uint: 0u;
long: -29863854396l;
ulong: 87659057946ul;
float: 39.944f;
double: 965.557;
decimal: -84.20de;
string: "_$\"\\\\'''\n\ta ûûû000;2;=:%d;```";

View File

@@ -0,0 +1,9 @@
message:
{
type: "sent";
time: "15.12.2021 20:51:24 +03:00";
author_id: 293798876950036480ul;
channel_id: 913088838761603212ul;
message_id: 920734809096077353ul;
text: "_$\"\\\\'''\n\ta ыыы000;2;=:%d;```";
};

View File

@@ -0,0 +1,4 @@
chars: ['a','b','c'];
uints: [10,20,30,0,0];
floats: [8.2,5.225,-0.9993];
strings:["aaa","bbb","ccc"];

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
nullable:null;

View File

@@ -0,0 +1,14 @@
bool:b=false;
char:c='v';
string:s="hello";
byte:by=255;
sbyte:sb=-125;
short:sh=14003;
ushort:us=32025;
int:i=-2515;
uint:ui=0;
long:l=-29863854396;
ulong:ul=87659057946;
float:f=39.944;
double:do=965.557;
decimal:de=-84.20;

View File

@@ -0,0 +1 @@
List<string>:list=[string:"a",string:"b"];

View File

@@ -0,0 +1,36 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"TestProgram/1.0.0": {
"dependencies": {
"DTLib": "1.0.0"
},
"runtime": {
"TestProgram.dll": {}
}
},
"DTLib/1.0.0": {
"runtime": {
"DTLib.dll": {}
}
}
}
},
"libraries": {
"TestProgram/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DTLib/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}