AzUrlShortener icon indicating copy to clipboard operation
AzUrlShortener copied to clipboard

An simple and easy Url Shortener

Results 92 AzUrlShortener issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore](https://github.com/dotnet/aspnetcore) from 5.0.0 to 6.0.8. Release notes Sourced from Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore's releases. .NET 6.0.8 Release .NET 6.0.7 Release .NET 6.0.6 Release .NET 6.0.5 Release .NET 6.0.4 Release .NET 6.0.3 Release...

frontend
dependencies

Bumps [Microsoft.AspNetCore.Identity.UI](https://github.com/dotnet/aspnetcore) from 5.0.0 to 6.0.8. Release notes Sourced from Microsoft.AspNetCore.Identity.UI's releases. .NET 6.0.8 Release .NET 6.0.7 Release .NET 6.0.6 Release .NET 6.0.5 Release .NET 6.0.4 Release .NET 6.0.3 Release...

frontend
dependencies

Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore) from 5.0.0 to 6.0.8. Release notes Sourced from Microsoft.EntityFrameworkCore.Tools's releases. EF Core 6.0.8 This is a patch release of EF Core 6.0 containing only important bug fixes: Regression...

frontend
dependencies

Bumps [Microsoft.NET.Sdk.Functions](https://github.com/Azure/azure-functions-vs-build-sdk) from 3.0.11 to 4.1.3. Release notes Sourced from Microsoft.NET.Sdk.Functions's releases. Microsoft.NET.Sdk.Functions 4.1.3 What's Changed Adding roll forward configuration for net sdk package by @​soninaren in Azure/azure-functions-vs-build-sdk#587 Full Changelog:...

Serverless-Backend
dependencies

Bumps [Microsoft.Azure.WebJobs.Extensions.Http](https://github.com/Azure/azure-webjobs-sdk-extensions) from 3.0.2 to 3.2.0. Release notes Sourced from Microsoft.Azure.WebJobs.Extensions.Http's releases. Microsoft.Azure.WebJobs.Extensions.Http 3.2.0 No release notes provided. Microsoft.Azure.WebJobs.Extensions.Http 3.1.0 Support for Static Web Apps claims Additional binding features for...

Serverless-Backend
dependencies

- Update deployment process - update the post-deployment process ( like Custom domain)

documentation
deployment

Instead of a static image use an animated GIF it could be quickly created using the container tool as shows in this post: [https://www.frankysnotes.com/2022/04/how-to-simplify-docker-run-command.html](https://www.frankysnotes.com/2022/04/how-to-simplify-docker-run-command.html)

documentation

It will be nice to upgrade the deployment to use Bicep instead of ARM, once the #505 is merged.

help wanted
feature-request
deployment

Fixes #464 by redirecting root to configured `rootDirectUrl` or `defaultRedirectUrl` (configured as App Settings) or `azure.com` (hard coded). You need to configure `AzureWebJobsDisableHomepage=true` to disable the homepage shown at default....

- [x] Upgrade Azure Function to .NET 8 - [ ] Upgrade Azure Function to TinyBlazorAdmin

enhancement