-
Notifications
You must be signed in to change notification settings - Fork 572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Main v1 #528
base: main-v1
Are you sure you want to change the base?
Main v1 #528
Conversation
Microsoft recommends using System.Environment.GetEnvironmentVariable for app settings in local.settings.json and in Azure: https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-class-library?tabs=v2%2Ccmd#environment-variables
Microsoft recommends using System.Environment.GetEnvironmentVariable for app settings in local.settings.json and in Azure: https://docs.microsoft.com/en-us/azure/azure-functions/functions-dotnet-class-library?tabs=v2%2Ccmd#environment-variables
Done for .Net Core v3 support
Done for .Net Core v3 support
Done for .Net Core v3 support
Done for .Net Core v3 support
Done for .Net Core v3 support
Done for .Net Core v3 support
Generate a unique, random, and alphanumeric token for the use as a url
Encode the unique id prefix (less characters and prevent displaying url count)
optimize generate random token performance
Updated the swagger docs for Traxero
@apetkovic please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Improve performance when checking if vanity exists
Fix to use randomVanity variable instead of a function. It was previously creating a new vanity after checking if the first one existed.
Don't attempt to create the tables to cut response time in half
Updated swagger docs for Traxero