Commit Graph

4 Commits

  • .NET: Upgrade to .NET 10 (#2128)
    * Upgrade to .NET 10
    
    - Require .NET 10 SDK
    - Include net10.0 assets in all assemblies
    - Move net9.0-only targets to net10.0
    - Update LangVersion to latest
    - Remove complicated distinctions between debug target TFMs and release target TFMs
    - Remove unnecessary package dependencies when built into netcoreapp
    - Clean up some ifdefs
    - Clean up some analyzer warnings
    
    * Fix CI
  • .Net: Bump Azure.AI.Agents.Persistent and 6 others (#243)
    * Bump Azure.AI.Agents.Persistent and 6 others
    
    Bumps Azure.AI.Agents.Persistent from 1.1.0-beta.4 to 1.1.0
    Bumps Microsoft.Agents.CopilotStudio.Client from 1.1.125-beta to 1.1.151
    Bumps Roslynator.Analyzers from 4.12.10 to 4.14.0
    Bumps Roslynator.CodeAnalysis.Analyzers from 4.12.4 to 4.14.0
    Bumps Roslynator.Formatting.Analyzers from 4.12.11 to 4.14.0
    Bumps xunit from 2.9.2 to 2.9.3
    Bumps xunit.runner.visualstudio from 3.0.2 to 3.1.3
    
    ---
    updated-dependencies:
    - dependency-name: Azure.AI.Agents.Persistent
      dependency-version: 1.1.0
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: Microsoft.Agents.CopilotStudio.Client
      dependency-version: 1.1.151
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: Roslynator.Analyzers
      dependency-version: 4.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: Roslynator.CodeAnalysis.Analyzers
      dependency-version: 4.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: Roslynator.Formatting.Analyzers
      dependency-version: 4.14.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: xunit
      dependency-version: 2.9.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: xunit.runner.visualstudio
      dependency-version: 3.1.3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Missing extra bump
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com>
  • .Net: Added shared classes (#58)
    * Added Throw shared class
    
    * Added Experimental attribute
    
    * Added IsExternalInit
    
    * Added TrimAttributes
    
    * Small update
    
    * Small update
    
    * Suppress warning
    
    * Added comment
    
    * Updated LegacySupport.props
    
    * Small updates
  • Add skeleton dotnet project structure (#49)
    * Add skeleton dotnet project structure
    
    * Fix casing in import statement.
    
    * Moving tests folder to be a sibling of src.
    
    * Update tests to use directory.builds.props and only build necessary frameworks.
    
    * Move more test props to directory.build.props
    
    * Add AotCompatible flag and .net 8.0
    
    * Rename Tests to UnitTests
    
    * Add global.json file
    
    * Update publish mapping for unit tests to debug, to reduce build times.