Commit e31ec0a
committed
### Summary of Most Important Changes: The solution file
### List of Changes
1. **Updated Visual Studio Version**:
- The `VisualStudioVersion` in `BlazorTicketmasterApp.sln` was updated to `17.9.34728.123`.
- **Reference**: `BlazorTicketmasterApp.sln`
2. **Added New Project Sections**:
- Added a new project section for `BlazorTicketMasterApp.UnitTests` in the solution file.
- Added a new project section for `Solution Items` in the solution file, including a reference to `README.md`.
- **Reference**: `BlazorTicketmasterApp.sln`
3. **Updated README.md**:
- Added descriptions for the restructured project components:
- `BlazorTicketMasterApp.Shared`: Includes shared code and resources.
- `BlazorTicketMasterApp`: Dedicated to unit tests.
- `BlazorTicketMasterApp.UnitTests`: Includes unit tests and a custom HTTP message handler for mocking HTTP responses.
- Updated the Continuous Integration (CI) section to include unit tests as part of the CI pipeline using GitHub Actions.
- Added a new step in the CI process to run unit tests using the `dotnet test` command.
- Updated the Continuous Deployment (CD) section to include configuration details for deploying to Azure App Service.
- **Reference**: `README.md`BlazorTicketmasterApp.sln and README.md have been significantly updated to include new project sections, descriptions, and CI/CD pipeline enhancements. The updates ensure better project organization, documentation, and automated testing and deployment processes.1 parent c8c6e89 commit e31ec0a
2 files changed
+29
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
11 | 16 | | |
12 | 17 | | |
13 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
| 83 | + | |
78 | 84 | | |
79 | 85 | | |
80 | 86 | | |
81 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
82 | 91 | | |
83 | 92 | | |
84 | 93 | | |
| |||
97 | 106 | | |
98 | 107 | | |
99 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
100 | 115 | | |
101 | 116 | | |
102 | 117 | | |
| |||
133 | 148 | | |
134 | 149 | | |
135 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
136 | 159 | | |
137 | 160 | | |
138 | 161 | | |
| |||
0 commit comments