Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Coby Allred 809f458c4a
Update Component Detection to .NET v8 (#1249)
* Initial NET 8 changes

* Resolve formatting errors, fix tests

* Fix debug log condition

* Rollback SDK version

* Update csproj refs

* Fix integration test build failures

* Potential test fix

* Set up .NET 6

* Update test csproj
2024-09-27 13:41:06 -07:00
cobya 7528c8f4fd Revert non-PR .NET 8 commits 2024-09-16 09:27:20 -07:00
cobya 7bb2afae00 Initial NET 8 changes 2024-09-10 12:57:23 -07:00
Jamie Magee 06d906ac44
refactor: simplify devcontainer configuration (#345) 2022-11-02 11:48:09 -07:00
Tom Fay 15eb5fa89d
Fix Rust component detector to support "x.y.z" version specifiers in Cargo.toml (#43)
* Handle "x.y.z" version specifiers like "^x.y.z"

To match cargo's behaviour

* Don't allow caret/tilde requirements with wildcard

* enforce whole regex match for tilde/caret reqs

so that 1.2.* isn't interpreted as ^1.2.*

* bump detector versions
2022-01-25 09:39:34 -08:00
Teodor Voinea b7bac63e95 Initial commit 2021-11-19 06:07:50 -08:00