Commit 7368f7d
authored
Add tests for isolated functions, and update tests to .NET 8.0 (#427)
* Add .NET 8.0 isolated function alongside .NET 6.0 in-proc function
* Improve robustness of function launch code: now handling a race condition in which an earlier test was somehow hanging onto the port even though we waited until the function host exited
* Bump to v3 because the launch robustness improvements are technically a breaking change
* added positive verification that connections are being accepted on the expected port number before proceeding
* Also updated some copyright dates, and fixed an old AzureFunctionsVersion setting.
* Remove Moq dependency
* Update other package references
* Resolve diagnostic messages
* Upgrade test and demo projects to .NET 8.0
* Set IsTestProject to false on non-test projects1 parent efd3dcd commit 7368f7d
File tree
49 files changed
+2332
-2647
lines changed- Solutions
- Corvus.Testing.AzureFunctions.DemoFunction.InProcess
- Corvus.Testing.AzureFunctions.DemoFunctions.Isolated
- Properties
- Corvus.Testing.AzureFunctions.SpecFlow.Demo
- AzureFunctionsTesting
- Corvus.Testing.AzureFunctions.SpecFlow.NUnit
- Corvus.Testing.AzureFunctions.SpecFlow
- Corvus/Testing/AzureFunctions/SpecFlow
- Corvus.Testing.AzureFunctions.Xunit.Demo
- Corvus.Testing.AzureFunctions
- Corvus/Testing/AzureFunctions
- Corvus.Testing.SpecFlow.NUnit
- Corvus.Testing.SpecFlow.Specs
- Containers
- Corvus.Testing.SpecFlow
- Corvus/Testing/SpecFlow/Internal
- docs/ReleaseNotes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+2332
-2647
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | | - | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments