File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5959 <PackageVersion Include =" PropertyChanged.Fody" Version =" 4.1.0" />
6060 <PackageVersion Include =" PropertyChanging.Fody" Version =" 1.30.3" />
6161 <PackageVersion Include =" PublicApiGenerator" Version =" 11.1.0" />
62- <PackageVersion Include =" RavenDB.Embedded" Version =" 5.4.201 " />
62+ <PackageVersion Include =" RavenDB.Embedded" Version =" 5.4.207 " />
6363 <PackageVersion Include =" ReactiveUI.WPF" Version =" 20.1.1" />
6464 <PackageVersion Include =" ServiceControl.Contracts" Version =" 5.0.0" />
6565 <PackageVersion Include =" System.Configuration.ConfigurationManager" Version =" 8.0.1" />
Original file line number Diff line number Diff line change @@ -57,18 +57,19 @@ public static EmbeddedDatabase Start(EmbeddedDatabaseConfiguration databaseConfi
5757 {
5858 CommandLineArgs =
5959 [
60- $ "--License.Path=\" { licenseFileNameAndServerDirectory . LicenseFileName } \" ",
6160 $ "--Logs.Mode={ databaseConfiguration . LogsMode } ",
6261 // HINT: If this is not set, then Raven will pick a default location relative to the server binaries
6362 // See https://github.com/ravendb/ravendb/issues/15694
6463 $ "--Indexing.NuGetPackagesPath=\" { nugetPackagesPath } \" "
6564 ] ,
66- AcceptEula = true ,
6765 DataDirectory = databaseConfiguration . DbPath ,
6866 ServerUrl = databaseConfiguration . ServerUrl ,
6967 LogsPath = databaseConfiguration . LogPath
7068 } ;
7169
70+ serverOptions . Licensing . EulaAccepted = true ;
71+ serverOptions . Licensing . LicensePath = licenseFileNameAndServerDirectory . LicenseFileName ;
72+
7273 if ( ! string . IsNullOrWhiteSpace ( licenseFileNameAndServerDirectory . ServerDirectory ) )
7374 {
7475 serverOptions . ServerDirectory = licenseFileNameAndServerDirectory . ServerDirectory ;
You can’t perform that action at this time.
0 commit comments