Skip to content

Commit

Permalink
Readme for each version
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest committed Oct 25, 2023
1 parent 2f4c02c commit 2dfb64f
Show file tree
Hide file tree
Showing 4 changed files with 1,129 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Test results for ASP.NET Core 6

| | | display name | expected name (w/o http.method) | routing type | request |
| - | - | - | - | - | - |
| :broken_heart: | [1](#1) | / | ConventionalRoute/Default/{id?} | ConventionalRouting | GET / | / |
Expand All @@ -19,7 +21,7 @@
| :broken_heart: | [17](#17) | PageThatThrowsException | /PageThatThrowsException | RazorPages | GET /PageThatThrowsException | PageThatThrowsException |
| :broken_heart: | [18](#18) | /js/site.js | | RazorPages | GET /js/site.js | /js/site.js |

#### 1
## 1

```json
{
Expand All @@ -45,7 +47,7 @@
}
```

#### 2
## 2

```json
{
Expand Down Expand Up @@ -75,7 +77,7 @@
}
```

#### 3
## 3

```json
{
Expand Down Expand Up @@ -104,7 +106,7 @@
}
```

#### 4
## 4

```json
{
Expand All @@ -127,7 +129,7 @@
}
```

#### 5
## 5

```json
{
Expand Down Expand Up @@ -158,7 +160,7 @@
}
```

#### 6
## 6

```json
{
Expand All @@ -181,7 +183,7 @@
}
```

#### 7
## 7

```json
{
Expand All @@ -208,7 +210,7 @@
}
```

#### 8
## 8

```json
{
Expand All @@ -235,7 +237,7 @@
}
```

#### 9
## 9

```json
{
Expand All @@ -262,7 +264,7 @@
}
```

#### 10
## 10

```json
{
Expand All @@ -288,7 +290,7 @@
}
```

#### 11
## 11

```json
{
Expand All @@ -314,7 +316,7 @@
}
```

#### 12
## 12

```json
{
Expand Down Expand Up @@ -343,7 +345,7 @@
}
```

#### 13
## 13

```json
{
Expand Down Expand Up @@ -372,7 +374,7 @@
}
```

#### 14
## 14

```json
{
Expand Down Expand Up @@ -401,7 +403,7 @@
}
```

#### 15
## 15

```json
{
Expand All @@ -426,7 +428,7 @@
}
```

#### 16
## 16

```json
{
Expand All @@ -451,7 +453,7 @@
}
```

#### 17
## 17

```json
{
Expand All @@ -476,7 +478,7 @@
}
```

#### 18
## 18

```json
{
Expand Down
Loading

0 comments on commit 2dfb64f

Please sign in to comment.