Commit Graph

4 Commits

  • .NET: Enhance console samples while preserving copyability (#475)
    * Enhance console samples while preserving copyability
    
    * Add readme for minimal console demo
    
    * Suppress pre-release version warning
    
    * Address PR comments
    
    * Change showing settings to opt-in
    
    * Update comment
  • .NET: Update OpenTelemetry Agent - Added Demo, AIAgentMetadata and Agent.GetService() (#356)
    * OTEL Demo
    
    * updating telemetry sample
    
    * OTEL updates
    
    * WIP
    
    * Adding GetService and Agent Metadata for Telemetry
    
    * WIP
    
    * Add UT for OTEL System behavior
    
    * Address Unicode problem
    
    * Add logging
    
    * Adjust for new extensions
    
    * Change Logger to LoggerFactory for the extension method
    
    * Address AI Feedback
    
    * Simplify script and readme just for Azure OpenAI
    
    * Increase code converage
    
    * Address merge conflict
    
    * Another slnx fix
    
    * Address PR comments
    
    * Address PR feedback + Add UT
    
    * Added Hosting UT to the solution
    
    * Address PR comments
    
    * Address missing sensitivity tests
    
    * Remove unecessary override
    
    * Address PR comments
  • .NET: Switch minimal console and a few samples to use latest patterns (#348)
    * Switch minimal console and a few samples to use latest patterns
    
    * Use interpolation for sample output.
  • Add a minimum console demo app (#198)
    * Add a minimum console demo app
    
    * Remove hardcoded values from sample.
    
    * Make console project .net 9.0 only.
    
    * Move minimum console demo to demo folder.
    
    * Fix framework issue with demo project.
    
    * Undo unintended commit.
    
    * Address PR comments
    
    * Fix build issue.
    
    * Address PR Comments
    
    * Rename Agent to AIAgent in new console app.