RSSAmplifier

Luis Quintanilla - Posts · Jan 6, 2026

Cycle Detected in C# File Based Apps

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Today I Learned you have to be mindful of how you name your [C# file-based app](https://learn.microsoft.com/dotnet/csharp/fundamentals/tutorials/file-based-programs) files. Earlier today I tried running the following file-based app which I'd named *OpenAI.cs*. ```csharp #:package Microsoft.Extensions.AI.OpenAI@10.1.1-preview.1.25612.2 using Microsoft.Extensions.AI; using OpenAI; var key =…

Read on lqdev.me

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.