27.07.26 – von
Benjamin Abt
Handle time correctly in .NET: TimeProvider | BEN ABT
Time is an external dependencyThat may sound unusual at first because DateTime.UtcNow is available anywhere without configuration. This convenience becomes a problem as soon as business rules depend on the current moment: expired invitations, time-limited tokens, cancellation windows, rate limits, background jobs, and reminders.
Weiterlesen16.07.26 – von
Thomas Pentenrieder
How to Use Azure Foundry Models with BYOK in VS Code
If you’re looking to leverage your own custom AI models within Visual Studio Code, using Azure AI Foundry models as your Bring Your Own Key (BYOK) provider is an excellent approachPreviously limited to the Insiders build, custom BYOK models are now officially supported in the stable release of VS Code. This allows you to integrate powerful, customized models directly into your development workflow via GitHub Copilot.
Weiterlesen16.07.26 – von
Thomas Pentenrieder
Fixing the ‘No utility model is configured’ Error for Copilot BYOK in VS Code
When working with Bring Your Own Key (BYOK) models in Visual Studio Code’s GitHub Copilot chat, you might encounter a configuration error preventing the agent from completing your requestsThis error typically presents itself as:
Weiterlesen