60da0ffb48
.NET: Improve local release build perf by only formatting for one build target framework ( #5266 )
...
* Improve local release build perf by only formatting for one build target framework
* Update dotnet/Directory.Build.targets
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-04-16 15:21:33 +00:00
Stephen Toub and GitHub
dc2b109b50
.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
2025-11-22 04:14:15 +00:00
92c6e26054
.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 >
2025-07-28 08:37:36 +00:00
Dmytro Struk and GitHub
41facf3a2d
.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
2025-06-04 08:44:12 +00:00
westey and GitHub
d0531bb93b
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.
2025-05-29 15:58:57 +00:00