Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 938 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 938 Bytes

TeamsTimecardHelper

Summarize and edit Teams Timecards

This is the settings used to initialize this repo

dotnet new blazorwasm -o TeamsTimecardHelperClient -f net7.0 -au Individual --client-id 80dd4c35-6e75-4ec5-96ee-d97f88d077d8 --calls-graph

As well as this to get the AzureAD/MSAL part after commiting

dotnet new blazorwasm -o TeamsTimecardHelperClient -f net7.0 -au SingleOrg --client-id 80dd4c35-6e75-4ec5-96ee-d97f88d077d8 --calls-graph --force

Development

cd TeamsTimecardHelperClient
dotnet watch

When developing on Radzen, dot a dotnet build in the Radzen folder at least once to make the css available.

Deploy from CLI, goto the project root and run:

npx @azure/static-web-apps-cli build
npx @azure/static-web-apps-cli deploy --env Test

Update nuget packages:

See https://github.com/dotnet-outdated/dotnet-outdated for installation details.

dotnet outdated -vl major -u:auto