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

338 Коммитов

Автор SHA1 Сообщение Дата
Michael Pysson d7479d35c7 Merged PR 763887: Update Microsoft.IdentityModel.* packages to address CG alert
Update Microsoft.IdentityModel.* packages to address CG alert

Related work items: #2138377, #2138378, #2138379, #2138380, #2138381, #2138382, #2138383, #2138384
2024-01-26 23:11:25 +00:00
Julian Bayardo 14ad21d64c Merged PR 763375: Remove unused Kusto logger in ContentStoreApp
This PR removes an usused feature that's also pulling quite a few nuget pkgs in
2024-01-26 22:05:03 +00:00
Julian Bayardo 02b16fb061 Merged PR 762672: Revert 'Revert "Merged PR 761916: Force non-NetFramework to use gRPC.NET"'
Revert "Merged PR 761916: Force non-NetFramework to use gRPC.NET"

This reverts commit 935d593764.

Assuming this to be the breaking change in the release pipeline.
https://dev.azure.com/mseng/Domino/_releaseProgress?releaseId=357728&_a=release-environment-logs&environmentId=999207&jobTimelineRecordIdToSelect=3ee57f59-9e53-53fe-0766-0905ac942e86&selectTaskWithIndex=29#

Reverts !762549
2024-01-22 22:53:40 +00:00
Sahiti Chandramouli dff8dcdf03 Merged PR 762549: Revert "Merged PR 761916: Force non-NetFramework to use gRPC.NET"
Revert "Merged PR 761916: Force non-NetFramework to use gRPC.NET"

This reverts commit 935d593764.

Assuming this to be the breaking change in the release pipeline.
https://dev.azure.com/mseng/Domino/_releaseProgress?releaseId=357728&_a=release-environment-logs&environmentId=999207&jobTimelineRecordIdToSelect=3ee57f59-9e53-53fe-0766-0905ac942e86&selectTaskWithIndex=29#
2024-01-22 03:37:25 +00:00
Julian Bayardo 935d593764 Merged PR 761916: Force non-NetFramework to use gRPC.NET
This PR forces:
- All gRPC clients in .NET 4.7.2 to use gRPC.Core (which is the only supported option)
- All gRPC clients in .NET >= 5 to use gRPC.NET

This is needed for:
- Simplify handling of HTTP clients (which we'll use to stop creating one HttpClient per request)
- Us to support encryption in the future.

The PR also fixes Microsoft.Extensions.Logging.Abstractions, which is a contentious nuget pkg for a variety of reasons and gets in the way of doing this. The change can't be submitted separately because it's hard to repro that way
2024-01-19 21:58:41 +00:00
Sergey Tepliakov 6ed864cb2d Merged PR 762198: Update ErrorProne.NET to 0.6.1 and fix a bunch of perf and tracing issues
I've recently updated ErrorProne.NET and added a few rules there.

This PR does the following:
1. Updates ErrorProne.NET to 0.6.1
2. Updates the compiler toolchain to the latest version
3. Fixes the following warnings:

## Structs with default equality and hashcode are used in hashtables
This is problematic since the default methods causes boxing and the hash function is very weak. For instance, hash code for `KeyValuePair<int, int>(1, 1)` and (2,2) are the same.

```
Public\Src\FrontEnd\Core\Incrementality\FrontEndPublicFacadeAndAstProvider.cs(316,20): warning EPC25: The default 'ValueType.Equals' is used in Content.Equals(other.Content)
Public\Src\Utilities\PackedTable\StringTable.cs(128,30): warning EPC24: A struct 'BuildXL.Utilities.PackedTable.CharSpan' with a default Equals and GetHashCode implementation is used as a key in a hash table
Public\Src\Engine\Scheduler\Caching\HistoricMetadataCache.cs(1048,17): warning EPC24: A struct 'BuildXL.Scheduler.Cache.HistoricMetadataCache.Expirable<BuildXL.Scheduler.Cache.HistoricMetadataCache.PublishedEntry>' with a default Equals and GetHashCode implementation is used as a key in a hash table
Public\Src\Tools\Execution.Analyzer\Analyzers.Partner\GraphDiffAnalyzer.cs(391,26): warning EPC24: A struct 'System.Collections.Generic.KeyValuePair<string, (string, bool)>' with a default Equals and GetHashCode implementation is used as a key in a hash table
Public\Src\Tools\Execution.Analyzer\Analyzers.Partner\GraphDiffAnalyzer.cs(94,13): warning EPC24: A struct 'System.Collections.Generic.KeyValuePair<BuildXL.Pips.PipId, BuildXL.Pips.PipId>' with a default Equals and GetHashCode implementation is used as a key in a hash table
Public\Src\Tools\SymbolDaemon\SymbolDaemon.cs(559,13): warning EPC24: A struct 'BuildXL.Ipc.ExternalApi.SealedDirectoryFile' with a default Equals and GetHashCode implementation is used as a key in a hash table
```

## Linear Enumerable.Contains instead of hashset.contains
```
Public\Src\Utilities\UnitTests\TestUtilities.XUnit\XAssert.cs(272,69): warning EPC23: Linear search via Enumerable.Contains is used instead of an instance Contains method
Public\Src\Engine\UnitTests\Processes\SandboxedProcessTest.cs(1601,17): warning EPC23: Linear search via Enumerable.Contains is used instead of an instance Contains method
Public\Src\Engine\Processes\ProcessDumper.cs(230,21): warning EPC23: Linear search via Enumerable.Contains is used instead of an instance Contains method
```

And a bunch of cases when we were using default `ToString` impl which is not helpful.
2024-01-19 21:45:15 +00:00
Julian Bayardo 41badf7312 Merged PR 758684: Revert 'Revert "Merged PR 757989: Remove Azure Storage SDK V9"'
This PR reverts the revert and adds a fix to prevent the issue from happening.

Revert "Merged PR 757989: Remove Azure Storage SDK V9"

This reverts commit 0e95536756.
Linux build in rolling build pipeline started to fail after this change.

Reverts !758549
2024-01-02 18:50:57 +00:00
Qi Wang 6abec3bdc4 Merged PR 758549: Revert "Merged PR 757989: Remove Azure Storage SDK V9"
Revert "Merged PR 757989: Remove Azure Storage SDK V9"

This reverts commit 0e95536756.
Linux build in rolling build pipeline started to fail after this change.
2023-12-21 20:39:04 +00:00
Julian Bayardo 0e95536756 Merged PR 757989: Remove Azure Storage SDK V9
We're now getting Component Governance alerts about our usage of this NuGet package. This PR removes it from everywhere that remains.

This PR is risky because it changes the API used by CASaaS across several subsystems.
2023-12-19 21:23:07 +00:00
Julian Bayardo 729537b4d8 Merged PR 756424: Remove unused packages and stop skipping System.Threading.Tasks.Dataflow 2023-12-09 00:08:56 +00:00
Marcelo Lynch 🧉 ed86825bc1 Merged PR 748857: Add a cache miss analysis mode that uses latest git commit hashes as fingerprint store key candidates
BuildXL looks up cache miss data based on a priority list of keys configured by the user. In practice, the best general setup is to use a chain of git parent commits. This gets replicated in logic that invokes bxl.exe today for some of our customers. This PR provides this as a default experience without the end user needing to manually perform it.

The approach is heuristic, trying to pick candidate keys that might have been used to publish a fingerprint store for a build as "close" as the one running.

For this, the candidates are picked by

1. Get latest 5 commits from the current HEAD. We should get a match if this branch was built before, for example for a PR we expect one build per 'iteration'. Because an iteration can have multiple commits, we should not use a very small number (like, say, this commit and the one before), but let's not go overboard either (hence 5).
2. For any additional additional branches (indicated by the user in the argument), the assumption is that they run build against every commit (this should typically be the `main` branch, or the target branch for a PR).
  a) We retrieve the merge-base from HEAD and that branch. We use as keys the hashes for the 3 commits immediately previous to the merge-base.
  b) Finally, as a last resort, we use the latest 3 hashes from that branch as a last resort, assuming again that it was built recently

An example: for a PR (that has branched from `h5` and committed a number of times) merging against main, with this topology:

```
                                 .--b5--b4--b3--b2--b1-- b0    [PR branch]
                               /
             h8 -- h7 --h6--- h5 -- h4 -- h3 -- h2 -- h1 -- h0     [main]
```

The hashes for the keys would be (as described above)
1)`b0, b1, b2, b3, b4, b5`
2a) `h5, h6, h7`
2b) `h0, h1, h2`

Duplicates are removed, so something like this:

```
                                 .--b1-- b0    [PR branch]
                               /
             h8 -- h7 --h6--- h5 -- h1 -- h0     [main]
```

would result in the cadidates being `b0, b1, h5, h6, h7, h0, h1`.

Related work items: #2116194
2023-12-06 21:18:38 +00:00
John Erickson e6b5b6b7db Merged PR 754396: Allow CoW outside NETCOREAPP
Allow CoW outside NETCOREAPP
2023-12-01 17:26:24 +00:00
Marcelo Lynch 🧉 faf58356ad Merged PR 753262: Update versions for Azure.Core and Azure.Identity
Update versions for Azure.Core and Azure.Identity

Related work items: #2123189
2023-11-22 22:14:03 +00:00
Sergey Tepliakov 35dce5a8c2 Merged PR 742780: Add PublicAPI Analyzers to BXL and enforce the public API for hashing
This PR adds support for [PublicAPIAnalyzers](https://github.com/dotnet/roslyn-analyzers) - the analyzers developed by the Roslyn team and used by .NET Community to enforce the public surface stability of libraries.

The idea behind the analyzer is that during the build, the analyzer checks `PublicAPI.Shipped.txt` and `PublicAPI.Unshipped.txt` files for the content of the project's public surface. And if there are changes in the public surface in respect to those files, the analyzer would emit a warning.

The analyzers won't prevent you from making breaking changes, but those breaking changes would be intentional (plus some of them are not obvious at all, for instance, adding a default parameter is a runtime breaking change, even though this is not a compile time breaking change).

In order to enable the analyzer the two steps are required:

1. Add `usePublicApianalyzer: true` to a project spec
2. Add `publicApiFiles` to a project spec.

The last part is required since there are multiple strategies that can be used to force the API compatibility. For instance, the API surface might be different for different target frameworks, in this case a helper function `gbetFrameworkSpecificPublicApiFiles` can be used that will get different files depending on the target framework.

The analyzer also warn on some public API anti-patterns, like default arguments for methods with overloads or for default arguments in general.

This PR also enables such analysis for cache hashing project, since the stability of that project is very important in order to avoid runtime failures in BuilxXL, Arficats and CloudBuild.

Related work items: #2112018
2023-11-22 19:40:11 +00:00
Pasindu Gunasekara 🍣 00354f2675 Merged PR 750861: Revert 'Revert "Merged PR 747309: Upgrade Azure.Identity to 1.10.2'
Revert "Merged PR 747309: Upgrade Azure.Identity to 1.10.2

Upgrades some dependent packages and removes a few unused ones

Related work items: #2115829"

Reverted commit `57b2faf4`.

Reverts !750711

Related work items: #2115829
2023-11-09 17:48:34 +00:00
Julian Bayardo fdd4bc11f9 Merged PR 750711: Revert "Merged PR 747309: Upgrade Azure.Identity to 1.10.2
Revert "Merged PR 747309: Upgrade Azure.Identity to 1.10.2

Upgrades some dependent packages and removes a few unused ones

Related work items: #2115829"

Reverted commit `57b2faf4`.

Related work items: #2115829
2023-11-08 23:47:28 +00:00
Pasindu Gunasekara 🍣 57b2faf439 Merged PR 747309: Upgrade Azure.Identity to 1.10.2
Upgrades some dependent packages and removes a few unused ones

Related work items: #2115829
2023-11-08 18:25:08 +00:00
Iman Narasamdya f81ea4fb78 Merged PR 748973: Apply XUnit patch to fix concurrency issue in XUnit's DependencyContextAssemblyCache
Apply XUnit patch to fix concurrency issue in XUnit's DependencyContextAssemblyCache.

For details, see https://github.com/xunit/xunit/pull/1846

Related work items: #2111327
2023-10-31 02:11:25 +00:00
Iman Narasamdya ac8d185735 Merged PR 748328: Upgrade XUnit
The purposes of upgrading XUnit are twofolds:
1. To use the latest greatest XUnit packages.
2. As an attempt to relieve hanging XUnit pips.

For (2), we also do other changes:
- Split Ninja UTs to multiple "smaller" pips, where each pip should run faster than the big one.
- Limit the number of xunit pips that can run in parallel by using semaphore. We suspect that the hanging XUnit pips are caused by too many XUnit pips running in parallel.

Example of successful validation: https://dev.azure.com/mseng/Domino/_build/results?buildId=23035493&view=results

Related work items: #2111327
2023-10-27 20:41:18 +00:00
Sergey Tepliakov 5ee7988c88 Merged PR 742804: Remove StructsRecordGenerator
After moving to C# 11 we retired the usage of the struct record generator.
2023-10-09 22:09:50 +00:00
Pasindu Gunasekara 🍣 56b18c98d9 Merged PR 743386: Add support for Windows SDK 10.0.22621.755
Related work items: #2110809
2023-10-04 20:58:54 +00:00
Michael Pysson 872906c901 Merged PR 741758: Remove GVFS tests that are no longer run
These tests were added years ago to ensure there were no bad interactions between gvfs and BuildXL. They have not been run in quite a while. Removing them to cleanup code and reduce pipeline execution time
2023-09-27 18:37:18 +00:00
Michael Pysson 8c9e685682 Merged PR 737823: Remove various obsolete todos
Remove various obsolete todos
2023-09-08 00:11:50 +00:00
Sergey Tepliakov ff1e400ecb Merged PR 737733: Removing old AD-based auth packages
Removing old AD-based auth packages

----
#### AI-Generated Description
This change removes the dependency on the `Microsoft.IdentityModel.Clients.ActiveDirectory` NuGet package from the **config.dsc** file. This package was used for authentication with Azure services, but it is now deprecated and replaced by `Microsoft.Identity.Client`. The change also removes the corresponding binding redirect entry from the **BuildXLSdk.dsc** file.

Related work items: #2099904
2023-09-07 20:00:58 +00:00
Pasindu Gunasekara 🍣 674f31c394 Merged PR 737210: Use Microsoft.Artifacts.Authentication for authentication
- Uses Microsoft.Artifacts.Authentication for MSAL authentication in VssCredentialsFactory
- Does not use WAM broker because we can't easily get a parent window handle when running under buildxl
- Skips device code authentication to avoid having to display message on the console.

Related work items: #2063548
2023-09-06 21:29:48 +00:00
Meera Ruxmohan d3b3ef6fa8 Merged PR 736235: Update az key vault package versions for quickbuild cache validation task
Updating the following packages:
- Azure.Identity: `1.8.2` -> `1.10.0`
- Azure.Core: `1.31.0` -> `1.34.0`
- Azure.Security.KeyVault.Certificates: `4.0.3` -> `4.5.1`
- Azure.Security.KeyVault.Secrets: `4.0.3` -> `4.5.0`

Allows the set of changes reverted in https://mseng.visualstudio.com/Domino/_git/CloudBuild/pullrequest/736215?_a=files&path=/private/Deployment/ValidateCache/src/SecretRetriever.cs to merge, since this relies on the updated set of packages and simplifies auth for the cache validation task used in nightly quickbuild releases.

----
## AI-Generated Description
This change updates the **config.dsc** file by upgrading the versions of some NuGet packages related to Azure services, such as Azure.Core, Azure.Identity, Azure.Security.KeyVault.Secrets, and Azure.Security.KeyVault.Certificates.

Related work items: #2100527
2023-08-30 18:55:54 +00:00
Juan Carlos Guzman Islas 9d087f8e2a Merged PR 735973: Upgrade to RocksDbSharp 8.1.1-20230829.3 and remove now-unnecessary hack.
Upgrade to RocksDbSharp 8.1.1-20230829.3 and remove now-unnecessary hack. The new version of the package fixes the issue that requires us to keep a reference of all ` ColumnFamilyOptions` objects in order for them to not be GC'd.

----
## AI-Generated Description
This change:
- Updates the versions of `RocksDbSharp` and `RocksDbNative` NuGet packages in the **config.dsc** file.
- Removes some unused code and comments related to a bug in the RocksDb library in the **RocksDbLifetimeDatabase.cs** file.

Related work items: #2090673
2023-08-30 17:54:19 +00:00
Michael Pysson 15887129d4 Merged PR 735951: Update SBOM related packages
Updates various SBOM related packages to work with the new Component Detector.

These changes are necessary in order for CloudBuild Repo to update to the new version of Component Detector and SBOM tooling
2023-08-29 23:55:29 +00:00
Pasindu Gunasekara 🍣 aa9ade1634 Merged PR 735889: Remove unused package references
- Removes references to Microsoft.IdentityModel.Clients.ActiveDirectory in the downloader
- Removes old unused package: Microsoft.Rest.ClientRuntime.Azure.Authentication

Related work items: #2099917
2023-08-29 19:53:35 +00:00
Juan Carlos Guzman Islas 911efd84c6 Merged PR 728101: BlobLifetimeManager supports multiple universes/namespaces, reading from the change feed, and checkpointing
As preparation for checkpointing, which requires that garbage collection happens for the whole storage account at once, it makes sense to first support garbage collecting multiple namespaces/universes in a single garbage collection run. The idea is that instead of accessing the DB directly, there is an IAccessor, which limits the view of the database to only a given namespace. In practice, what this means is that each accessor will have a unique set of RocksDb column families that it accesses. Other than that, the logic to create/manage the database stays the same.

Another change is that we can now update our view of the world in subsequent runs via reading Azure Storage's change feed. This is extremely important since otherwise, nothing works: on the first run, since we touch everything, nothing is evictable; and on the second run, such a long time has passed that without updating our view of things, we might be deleting blobs with new references.

Finally, after both these changes, I also implemented checkpointing. The checkpoint and all its data will live in different containers in the 0th shard of the cache, as different-sized caches _are different caches_, regardless of whether they share accounts. Ideally, we won't have this ever since we're the ones resharding, but even today we already have that problem since some of our tests are not using all 100 accounts we've provisioned.
2023-08-15 22:43:19 +00:00
Pasindu Gunasekara 🍣 e7dba54db7 Merged PR 729773: Upgrade packages to address CG warning
- net6: 6.0.20
- net7: 7.0.9
- aspnet6: 6.0.20
- nuget.*: 6.6.1
2023-07-26 17:15:11 +00:00
Erik Mavrinac 49362da6ca Merged PR 729498: Update to latest CopyOnWrite package 2023-07-25 20:40:14 +00:00
Kyra Chang 910d24a829 Merged PR 726811: Upgrade ADO and Artifact packages to 19.224
Upgrade ADO and Artifact packages to 19.224 version
The initiation is to upgrade the drop.app to the version that contains drop domain related changes.
RuntimeContracts and Microsoft.Identity.Client package are also upgraded based on the 19.224 version requirements.

Related work items: #2079209
2023-07-07 17:09:17 +00:00
Serge Mera a0d4231b90 Merged PR 725982: Upgrade blob libraries to latest and use official DownloadAsync for implementing TouchAsync
Updgrade blob libraries to latest and use official DowndloadAsync for implementing TouchAsync
2023-06-30 17:12:22 +00:00
Will Li 8d588054aa Merged PR 711805: Update ADO Package Version
Update unified ADO package version
2023-06-21 18:43:25 +00:00
Julian Bayardo 69c35ba200 Merged PR 723170: Upgrade Azurite to latest HEAD
Upgrade Azurite to latest HEAD
2023-06-14 17:51:07 +00:00
John Erickson 51f2f4ae48 Merged PR 722140: pull in new RocksDB with dispose fix
pull in new RocksDB with dispose fix
2023-06-14 00:56:48 +00:00
Pasindu Gunasekara 🍣 c2e7c565d8 Merged PR 721779: Add Linux support for vscode extension
Related work items: #2009828
2023-06-07 23:07:58 +00:00
Semih Okur 556a60220d Merged PR 719487: Enable Roslyn analyzers from Microsoft in all builds
Separate guardian from Roslyn analyzers. We now use the roslyn analyzers from Microsoft in all builds as a part of the build. Guardian will be enabled when TOOLPATH_GUARDIAN variable exists.

Related work items: #2031143
2023-06-06 21:25:29 +00:00
Pasindu Gunasekara 🍣 47b5212c3e Merged PR 721442: Revert "Merged PR 719250: Use Microsoft.Artifacts.Authentication for cache/dr...
Revert "Merged PR 719250: Use Microsoft.Artifacts.Authentication for cache/drop authentication"

This reverts commit dc8fb8ff65.

Reverting change that's breaking dev cache authentication for users without VPN.
2023-06-05 21:17:17 +00:00
Serge Mera c047cec769 Merged PR 721017: Remove IncludeMonikersInNuspecDependencies temporary flag
The flag is already on by default and part of the current LKG. Remove the flag altogether.
2023-06-01 20:28:46 +00:00
Ignacio Alonso Battaglia 4fc5204442 Merged PR 719751: Update Microsoft.Extensions.Logging.Abstractions
Update Microsoft.Extensions.Logging.Abstractions:

- In CloudBuild we use Microsoft.Extensions.Logging.Abstractions version 6.0.3
- After [this change](dc8fb8ff65?refName=refs%2Fheads%2Fmain) we are trying to use the version 6.0.0 in BuildXL and causing the integration with CloudBuild to fail.

**Failed build**: https://cbtest.microsoft.com/build?id=0c452225-29ba-f9e9-3654-a6beceeb0353&bq=cloudbuild_retail
2023-05-24 23:02:07 +00:00
Pasindu Gunasekara 🍣 dc8fb8ff65 Merged PR 719250: Use Microsoft.Artifacts.Authentication for cache/drop authentication
- Microsoft.Artifacts.Authentication provides a wrapper layer for MSAL authentication. This will allow us to continue to keep BXL up to date with the latest MSAL changes without having to change too much on our end other than bumping up package versions.

Related work items: #1969711, #2063548
2023-05-24 04:01:59 +00:00
Pasindu Gunasekara 🍣 c9c14b4d74 Merged PR 719499: Match Microsoft.Data.Services.Client package version with Microsoft.Data.OData
- Microsoft.Data.Services.Client expects an exact package version of Microsoft.Data.OData as a dependency.
2023-05-23 21:24:24 +00:00
Ignacio Alonso Battaglia e8cef0c55c Merged PR 718995: Migration to Azure.Messaging.EventHubs (integration fixed)
We want to start using SAS tokens but to do that we need to update to the new EventHub package (because Microsoft.Azure.EventHubs does not support SAS).

Migration guide: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventhub/Azure.Messaging.EventHubs/MigrationGuide.md

**Original PR**: https://dev.azure.com/mseng/Domino/_git/BuildXL.Internal/pullrequest/715628

**Issue**: Conflict between different versions of _System.Memory.Data_ (during integration with CloudBuild)
**Logs**: https://cbtest.microsoft.com/stamp/SN_S1/getfile?path=\SA2PNPF00025749\d:\dbs\sh\cb_m\0517_105752\private\BuildEngine\Cache\CacheMissAnalysis\Logs\Retail\Amd64\build.log
**Difference**: Only the last commit that changes the _System.Memory.Data_ version.
2023-05-19 19:03:11 +00:00
Ignacio Alonso Battaglia 5d5556ae92 Merged PR 718827: Revert "Merged PR 715628: Migration to Azure.Messaging.EventHubs from Microso...
Revert "Merged PR 715628: Migration to Azure.Messaging.EventHubs from Microsoft.Azure.EventHubs"

This reverts commit e6f297f9eb.
2023-05-18 18:52:17 +00:00
Serge Mera 0f4cf3e1d9 Merged PR 718813: Fix nuget dependencies
Turn on the (temporary) flag that enables the correct treatment of nuget dependencies when monikers are used to specify them.

This caused a bunch of issues that are fixed here as well, caused by packages now containing more dependencies than what they used to:
* Some dependencies were plainly missing, so they are included now
* Some packages were causing double-deployment errors, so new 'skipNuget..' clauses had to be added
* On the plus side, some specs got simplified and we don't need to pin particular qualifiers.

The plan is to make this temporary flag the default after this gets merged
2023-05-18 18:32:07 +00:00
Ignacio Alonso Battaglia e6f297f9eb Merged PR 715628: Migration to Azure.Messaging.EventHubs from Microsoft.Azure.EventHubs
We want to start using SAS tokens but to do that we need to update to the new EventHub package (because Microsoft.Azure.EventHubs does not support SAS).

Migration guide: https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/eventhub/Azure.Messaging.EventHubs/MigrationGuide.md
2023-05-16 17:34:48 +00:00
Sergey Tepliakov 01b37c7cda Merged PR 714911: Use RocksdDbSharp with merge operator fix for Linux
Trying to enable the rocksdb tests and figure out why they're failing.
2023-05-01 19:46:21 +00:00
Sergey Tepliakov fc72e4cf0d Merged PR 715499: Update .net 7 to 7.0.5
Update .net 7 to 7.0.5
2023-04-28 17:02:21 +00:00