Namespaces ending with .Internal are not actually intended to be used, in fact they've been removed from AspDotNet 3.1, so I've made a couple very small changes in the solution csharp-visualstudio\FunctionsTesting.sln to avoid them. For an explanation from docs.microsoft.com, see ..."Pubternal" APIs removed
Does this introduce a breaking change?
[ ] Yes
[x ] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[ ] Feature
[x ] Code style update (formatting, local variables)
[x ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
How to Test
Get the code
git clone https://github.com/rdalkire/azure-functions-tests
cd azure-functions-tests
git checkout rdalkire-nixInternalNamespaceRefs
Test the code
Run the tests that already exist within the FunctionsTesting solution
Purpose
Namespaces ending with .Internal are not actually intended to be used, in fact they've been removed from AspDotNet 3.1, so I've made a couple very small changes in the solution csharp-visualstudio\FunctionsTesting.sln to avoid them. For an explanation from docs.microsoft.com, see ..."Pubternal" APIs removed
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information
n/a