trainingdays icon indicating copy to clipboard operation
trainingdays copied to clipboard

Azure Developer College's application development training days content.

Results 150 trainingdays issues
Sort by recently updated
recently updated
newest added

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies
javascript

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. Release notes Sourced from actions/cache's releases. v3.0.11 What's Changed Call out cache not saved on hit by @​Phantsure in actions/cache#946 Update @​actions/core to 1.10.0...

dependencies
github_actions

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1 to 3.0.2. Release notes Sourced from actions/setup-dotnet's releases. Updating @​action/core, adding logic for processing the DOTNET_INSTALL_DIR environment variable. In the scope of this release such changes...

dependencies
github_actions

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [@azure/service-bus](https://github.com/Azure/azure-sdk-for-js). These dependencies need to be updated together. Removes `xmldom` Updates `@azure/service-bus` from 1.1.1 to 1.1.10 Commits 265a407 [service-bus] Track...

dependencies
javascript

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [@azure/service-bus](https://github.com/Azure/azure-sdk-for-js). These dependencies need to be updated together. Removes `xmldom` Updates `@azure/service-bus` from 1.1.1 to 1.1.10 Commits 265a407 [service-bus] Track...

dependencies
javascript

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [@azure/service-bus](https://github.com/Azure/azure-sdk-for-js). These dependencies need to be updated together. Removes `xmldom` Updates `@azure/service-bus` from 1.1.1 to 1.1.10 Commits 265a407 [service-bus] Track...

dependencies
javascript

In day 2 we create a local functions project with VS Code. The UI has changed since the screenshots were made. The functions project can be created by opening the...

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependencies
github_actions

The [challenge setup for Day 2](https://github.com/azuredevcollege/trainingdays/blob/master/day2/challenges/00-challenge-setup.md) mentions that Nodejs 14 should be used. [Nodejs is 14 is in maintenance mode](https://github.com/nodejs/release#release-schedule) and will go out of support end of April 2023....

In the Breakout 01 of day 3, the contacts API does not seem to use the configured connection string to the SQL database. Instead it uses an in memory database....