File tree
110 files changed
+277
-417
lines changed- src
- Blazor
- Abstractions
- Client
- ConsoleClient
- Server
- Controllers
- Services
- UI
- Services
- Caching
- Client
- Common
- Server
- Controllers
- Services
- HelloBlazorHybrid
- Abstractions
- Server
- Controllers
- Services
- UI
- HelloBlazorServer
- Models
- Services
- HelloCart
- v1
- v2
- v3
- v4
- v5
- HelloCommandR
- HelloWorld
- templates/TodoApp
- Abstractions
- Clients
- ConsoleClient
- Host
- Controllers
- Services
- UI
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
110 files changed
+277
-417
lines changedDiff for: Samples.sln
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 |
| |
7 | 10 |
| |
8 | 11 |
| |
| |||
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 |
| |
41 | 47 |
| |
42 | 48 |
| |
|
Diff for: src/Blazor/Abstractions/IChatService.cs
-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
5 |
| - | |
6 | 4 |
| |
7 |
| - | |
8 |
| - | |
9 | 5 |
| |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 | 6 |
| |
15 | 7 |
| |
16 | 8 |
| |
|
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 | 1 |
| |
7 | 2 |
| |
8 | 3 |
| |
|
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 | 2 |
| |
6 | 3 |
| |
7 | 4 |
| |
|
Diff for: src/Blazor/Abstractions/ISumService.cs
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 | 1 |
| |
6 | 2 |
| |
7 | 3 |
| |
|
Diff for: src/Blazor/Abstractions/ITimeService.cs
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 | 1 |
| |
7 | 2 |
| |
8 | 3 |
| |
|
Diff for: src/Blazor/Client/Clients.cs
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 | 1 |
| |
5 | 2 |
| |
6 |
| - | |
7 | 3 |
| |
8 | 4 |
| |
9 | 5 |
| |
|
Diff for: src/Blazor/ConsoleClient/Program.cs
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 | 1 |
| |
5 |
| - | |
6 | 2 |
| |
7 | 3 |
| |
8 |
| - | |
9 | 4 |
| |
10 | 5 |
| |
11 | 6 |
| |
|
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
6 |
| - | |
7 | 4 |
| |
8 | 5 |
| |
9 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
6 |
| - | |
7 | 4 |
| |
8 | 5 |
| |
9 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 | 1 |
| |
5 | 2 |
| |
6 | 3 |
| |
|
Diff for: src/Blazor/Server/ServerSettings.cs
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 | 1 |
| |
5 | 2 |
| |
6 | 3 |
| |
|
-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 |
| - | |
4 |
| - | |
5 | 2 |
| |
6 |
| - | |
7 |
| - | |
8 | 3 |
| |
9 |
| - | |
10 |
| - | |
11 | 4 |
| |
12 |
| - | |
13 |
| - | |
14 | 5 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 | 6 |
| |
19 | 7 |
| |
20 |
| - | |
21 | 8 |
| |
22 | 9 |
| |
23 | 10 |
| |
|
-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 1 |
| |
8 |
| - | |
9 | 2 |
| |
10 | 3 |
| |
11 | 4 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
5 |
| - | |
6 | 4 |
| |
7 | 5 |
| |
8 | 6 |
| |
|
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 1 | + | |
5 | 2 |
| |
6 | 3 |
| |
7 | 4 |
| |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
+1-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
7 |
| - | |
8 | 6 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 | 7 |
| |
13 | 8 |
| |
14 | 9 |
| |
| |||
18 | 13 |
| |
19 | 14 |
| |
20 | 15 |
| |
| 16 | + | |
21 | 17 |
| |
22 | 18 |
| |
23 | 19 |
| |
|
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 | 1 |
| |
5 |
| - | |
6 | 2 |
| |
7 | 3 |
| |
8 | 4 |
| |
|
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 | 1 |
| |
6 | 2 |
| |
7 | 3 |
| |
|
Diff for: src/Blazor/Server/Startup.cs
-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
| |||
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
18 |
| - | |
19 |
| - | |
20 | 17 |
| |
21 | 18 |
| |
22 | 19 |
| |
23 | 20 |
| |
24 |
| - | |
25 |
| - | |
26 | 21 |
| |
27 | 22 |
| |
28 | 23 |
| |
|
Diff for: src/Blazor/UI/Program.cs
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
6 | 4 |
| |
7 | 5 |
| |
8 |
| - | |
9 | 6 |
| |
10 | 7 |
| |
11 | 8 |
| |
12 |
| - | |
13 | 9 |
| |
14 | 10 |
| |
15 | 11 |
| |
| |||
73 | 69 |
| |
74 | 70 |
| |
75 | 71 |
| |
| 72 | + | |
76 | 73 |
| |
77 | 74 |
| |
78 | 75 |
| |
|
-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 1 |
| |
8 |
| - | |
9 | 2 |
| |
10 | 3 |
| |
11 | 4 |
| |
|
+33
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + |
Diff for: src/Blazor/UI/Shared/FormatEx.cs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
Diff for: src/Blazor/UI/Shared/TopBar.razor
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
|
Diff for: src/Blazor/UI/_Imports.razor
+2-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
12 | 11 |
| |
13 | 12 |
| |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 | 19 |
| |
24 | 20 |
| |
25 | 21 |
| |
26 | 22 |
| |
27 | 23 |
| |
28 |
| - | |
| 24 | + |
Diff for: src/Caching/Client/BenchmarkBase.cs
-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 | 3 |
| |
10 | 4 |
| |
11 | 5 |
| |
|
Diff for: src/Caching/Client/ClientSettings.cs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
Diff for: src/Caching/Client/Clients.cs
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
Diff for: src/Caching/Client/Counters.cs
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 | 3 |
| |
|
0 commit comments