text stringlengths 19 585k | label stringclasses 2
values | category stringclasses 2
values | language stringclasses 14
values | repo stringclasses 932
values | sha stringlengths 40 40 |
|---|---|---|---|---|---|
@@ -737,7 +737,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// </summary>
/// <typeparam name="T">The type of the object to deserialize to.</typeparam>
/// <param name="value">The JSON to deserialize.</param>
- /// <returns>The deserialized obj... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -756,7 +756,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// </typeparam>
/// <param name="value">The JSON to deserialize.</param>
/// <param name="anonymousTypeObject">The anonymous type object.</param>
- /// <returns>The deserialized anonym... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -779,7 +779,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// The <see cref="JsonSerializerSettings"/> used to deserialize the object.
/// If this is <c>null</c>, default serialization settings will be used.
/// </param>
- /// <returns>The des... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -794,7 +794,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// <typeparam name="T">The type of the object to deserialize to.</typeparam>
/// <param name="value">The JSON to deserialize.</param>
/// <param name="converters">Converters to use while dese... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -812,7 +812,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// The <see cref="JsonSerializerSettings"/> used to deserialize the object.
/// If this is <c>null</c>, default serialization settings will be used.
/// </param>
- /// <returns>The des... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -827,7 +827,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// <param name="value">The JSON to deserialize.</param>
/// <param name="type">The type of the object to deserialize.</param>
/// <param name="converters">Converters to use while deserializin... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -849,7 +849,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// The <see cref="JsonSerializerSettings"/> used to deserialize the object.
/// If this is <c>null</c>, default serialization settings will be used.
/// </param>
- /// <returns>The des... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deserializes the JSON to a .NET object.
/// </summary>
/// <param name="value">The JSON to deserialize.</param>
- /// <returns>The deserialized object from the JSON string.</returns... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -709,7 +709,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// The <see cref="JsonSerializerSettings"/> used to deserialize the object.
/// If this is <c>null</c>, default serialization settings will be used.
/// </param>
- /// <returns>The des... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -723,7 +723,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// </summary>
/// <param name="value">The JSON to deserialize.</param>
/// <param name="type">The <see cref="Type"/> of object being deserialized.</param>
- /// <returns>The deserializ... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -737,7 +737,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// </summary>
/// <typeparam name="T">The type of the object to deserialize to.</typeparam>
/// <param name="value">The JSON to deserialize.</param>
- /// <returns>The deserialized obj... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -756,7 +756,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// </typeparam>
/// <param name="value">The JSON to deserialize.</param>
/// <param name="anonymousTypeObject">The anonymous type object.</param>
- /// <returns>The deserialized anonym... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -779,7 +779,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// The <see cref="JsonSerializerSettings"/> used to deserialize the object.
/// If this is <c>null</c>, default serialization settings will be used.
/// </param>
- /// <returns>The des... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -794,7 +794,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// <typeparam name="T">The type of the object to deserialize to.</typeparam>
/// <param name="value">The JSON to deserialize.</param>
/// <param name="converters">Converters to use while dese... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -812,7 +812,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// The <see cref="JsonSerializerSettings"/> used to deserialize the object.
/// If this is <c>null</c>, default serialization settings will be used.
/// </param>
- /// <returns>The des... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -827,7 +827,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// <param name="value">The JSON to deserialize.</param>
/// <param name="type">The type of the object to deserialize.</param>
/// <param name="converters">Converters to use while deserializin... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -849,7 +849,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// The <see cref="JsonSerializerSettings"/> used to deserialize the object.
/// If this is <c>null</c>, default serialization settings will be used.
/// </param>
- /// <returns>The des... | bad | review | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..c57b3ed5a 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -692,7 +692,7 @@ private static string SerializeObjectInternal(object? value, Type? type, JsonSer
/// Deser... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 5ef9d9b57b9f0d8f595e00fb347c196c2aba45b0 |
@@ -630,7 +630,7 @@ public static string SerializeObject(object? value, Type? type, JsonSerializerSe
/// Serializes the specified object to a JSON string using formatting and <see cref="JsonSerializerSettings"/>.
/// </summary>
/// <param name="value">The object to serialize.</param>
- ... | bad | review | csharp | JamesNK/Newtonsoft.Json | 8e58d132fc48849d938299d1492482201c8a2564 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..6f25bbbd6 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -630,7 +630,7 @@ public static string SerializeObject(object? value, Type? type, JsonSerializerSe
/// Seria... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 8e58d132fc48849d938299d1492482201c8a2564 |
@@ -630,7 +630,7 @@ public static string SerializeObject(object? value, Type? type, JsonSerializerSe
/// Serializes the specified object to a JSON string using formatting and <see cref="JsonSerializerSettings"/>.
/// </summary>
/// <param name="value">The object to serialize.</param>
- ... | bad | review | csharp | JamesNK/Newtonsoft.Json | 8e58d132fc48849d938299d1492482201c8a2564 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..6f25bbbd6 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -630,7 +630,7 @@ public static string SerializeObject(object? value, Type? type, JsonSerializerSe
/// Seria... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 8e58d132fc48849d938299d1492482201c8a2564 |
@@ -648,7 +648,7 @@ public static string SerializeObject(object? value, Formatting formatting, JsonS
/// Serializes the specified object to a JSON string using a type, formatting and <see cref="JsonSerializerSettings"/>.
/// </summary>
/// <param name="value">The object to serialize.</param>
... | bad | review | csharp | JamesNK/Newtonsoft.Json | 8e58d132fc48849d938299d1492482201c8a2564 |
diff --git a/Src/Newtonsoft.Json/JsonConvert.cs b/Src/Newtonsoft.Json/JsonConvert.cs
index b507d43e4..6f25bbbd6 100644
--- a/Src/Newtonsoft.Json/JsonConvert.cs
+++ b/Src/Newtonsoft.Json/JsonConvert.cs
@@ -630,7 +630,7 @@ public static string SerializeObject(object? value, Type? type, JsonSerializerSe
/// Seria... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 8e58d132fc48849d938299d1492482201c8a2564 |
@@ -1937,6 +1937,10 @@ private void ParseConstructor()
throw JsonReaderException.Create(this, "Unexpected character while parsing constructor: {0}.".FormatWith(CultureInfo.InvariantCulture, currentChar));
}
}
+
+ if (initialPo... | bad | review | csharp | JamesNK/Newtonsoft.Json | 7b4bf93130f9efa97eedd87663997a0ec3f037e9 |
diff --git a/Src/Newtonsoft.Json/JsonTextReader.cs b/Src/Newtonsoft.Json/JsonTextReader.cs
index 925f4b6b2..dd8094f96 100644
--- a/Src/Newtonsoft.Json/JsonTextReader.cs
+++ b/Src/Newtonsoft.Json/JsonTextReader.cs
@@ -1937,6 +1937,11 @@ private void ParseConstructor()
throw JsonReaderException.C... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 7b4bf93130f9efa97eedd87663997a0ec3f037e9 |
@@ -45,7 +45,7 @@
namespace Newtonsoft.Json.Tests.Issues
{ | bad | review | csharp | JamesNK/Newtonsoft.Json | fb38c6b286877046f5549571e2a36f0a5661003e |
diff --git a/Src/Newtonsoft.Json.Tests/Issues/Issue2735.cs b/Src/Newtonsoft.Json.Tests/Issues/Issue2735.cs
new file mode 100644
index 000000000..14a08b180
--- /dev/null
+++ b/Src/Newtonsoft.Json.Tests/Issues/Issue2735.cs
@@ -0,0 +1,164 @@
+#region License
+// Copyright (c) 2007 James Newton-King
+//
+// Permission is ... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | fb38c6b286877046f5549571e2a36f0a5661003e |
@@ -45,7 +45,7 @@
namespace Newtonsoft.Json.Tests.Issues
{
[TestFixture]
- public class Issue2709 : TestFixtureBase | bad | review | csharp | JamesNK/Newtonsoft.Json | fb38c6b286877046f5549571e2a36f0a5661003e |
diff --git a/Src/Newtonsoft.Json.Tests/Issues/Issue2735.cs b/Src/Newtonsoft.Json.Tests/Issues/Issue2735.cs
new file mode 100644
index 000000000..14a08b180
--- /dev/null
+++ b/Src/Newtonsoft.Json.Tests/Issues/Issue2735.cs
@@ -0,0 +1,164 @@
+#region License
+// Copyright (c) 2007 James Newton-King
+//
+// Permission is ... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | fb38c6b286877046f5549571e2a36f0a5661003e |
@@ -36,6 +36,64 @@ public class UnixDateTimeConverter : DateTimeConverterBase
{
internal static readonly DateTime UnixEpoch = new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc);
+ private bool _allowPreEpoch;
+
+ /// <summary>
+ /// Gets or sets the default value of the <see cref="... | bad | review | csharp | JamesNK/Newtonsoft.Json | 2f6fe8ae2bcd3c702ef69d9e266f102cff39416b |
diff --git a/Src/Newtonsoft.Json/Converters/UnixDateTimeConverter.cs b/Src/Newtonsoft.Json/Converters/UnixDateTimeConverter.cs
index d80be6edd..a211813dc 100644
--- a/Src/Newtonsoft.Json/Converters/UnixDateTimeConverter.cs
+++ b/Src/Newtonsoft.Json/Converters/UnixDateTimeConverter.cs
@@ -36,6 +36,37 @@ public class Uni... | good | review_fixed | csharp | JamesNK/Newtonsoft.Json | 2f6fe8ae2bcd3c702ef69d9e266f102cff39416b |
@@ -33,6 +33,13 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<CodeAnalysisRuleset>Newtonsoft.Json.ruleset</CodeAnalysisRuleset>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
+ <!--Package Validation-->
+ <EnablePackageValidation>true</EnablePackageValidation>
+ <PackageValidationBaselineVer... | bad | review | JamesNK/Newtonsoft.Json | 68ba80822cce3fbc7089011f704798be919142ff | |
diff --git a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
index 6f4bea65f..fd834d77a 100644
--- a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
+++ b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
@@ -33,6 +33,13 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<CodeAna... | good | review_fixed | JamesNK/Newtonsoft.Json | 68ba80822cce3fbc7089011f704798be919142ff | |
@@ -33,6 +33,13 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<CodeAnalysisRuleset>Newtonsoft.Json.ruleset</CodeAnalysisRuleset>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
+ <!--Package Validation-->
+ <EnablePackageValidation>true</EnablePackageValidation>
+ <PackageValidationBa... | bad | review | JamesNK/Newtonsoft.Json | 68ba80822cce3fbc7089011f704798be919142ff | |
diff --git a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
index 6f4bea65f..fd834d77a 100644
--- a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
+++ b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
@@ -33,6 +33,13 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<CodeAna... | good | review_fixed | JamesNK/Newtonsoft.Json | 68ba80822cce3fbc7089011f704798be919142ff | |
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Suppressions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | bad | review | JamesNK/Newtonsoft.Json | 68ba80822cce3fbc7089011f704798be919142ff | |
diff --git a/Src/Newtonsoft.Json/CompatibilitySuppressions.xml b/Src/Newtonsoft.Json/CompatibilitySuppressions.xml
new file mode 100644
index 000000000..64d04acc5
--- /dev/null
+++ b/Src/Newtonsoft.Json/CompatibilitySuppressions.xml
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Suppressions xmlns:xsi="ht... | good | review_fixed | JamesNK/Newtonsoft.Json | 68ba80822cce3fbc7089011f704798be919142ff | |
@@ -33,6 +33,13 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<CodeAnalysisRuleset>Newtonsoft.Json.ruleset</CodeAnalysisRuleset>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
+ <!--Package Validation-->
+ <EnablePackageValidation>true</EnablePackageValidation>
+ <PackageValidationBa... | bad | review | JamesNK/Newtonsoft.Json | 68ba80822cce3fbc7089011f704798be919142ff | |
diff --git a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
index 6f4bea65f..fd834d77a 100644
--- a/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
+++ b/Src/Newtonsoft.Json/Newtonsoft.Json.csproj
@@ -33,6 +33,13 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<CodeAna... | good | review_fixed | JamesNK/Newtonsoft.Json | 68ba80822cce3fbc7089011f704798be919142ff | |
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "5.0.200"
+ "version": "5.0.3 00" | bad | review | JamesNK/Newtonsoft.Json | a2cebb21889623ed765dfb368d955653ec6e3c82 | |
diff --git a/Src/global.json b/Src/global.json
index 6d19c9f6c..a601da31b 100644
--- a/Src/global.json
+++ b/Src/global.json
@@ -1,5 +1,5 @@
{
"sdk": {
- "version": "5.0.200"
+ "version": "5.0.300"
}
-}
\ No newline at end of file
+}
| good | review_fixed | JamesNK/Newtonsoft.Json | a2cebb21889623ed765dfb368d955653ec6e3c82 | |
@@ -249,14 +265,31 @@ public static async Task<bool> VerifyTenpaySign(string wechatpayTimestamp, strin
/// <param name="appId"></param>
/// <param name="prepayId"></param>
/// <returns></returns>
+ [Obsolete("v2.3.3 起该方法已过时,请使用 GetJsApiUiPackage(string prepayId, TenPayV3Info tenPayV3In... | bad | review | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
index 533adc0c01..c8adaeba7e 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
+++ b/src/Senparc.Weixin.TenP... | good | review_fixed | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
@@ -249,14 +265,31 @@ public static async Task<bool> VerifyTenpaySign(string wechatpayTimestamp, strin
/// <param name="appId"></param>
/// <param name="prepayId"></param>
/// <returns></returns>
+ [Obsolete("v2.3.3 起该方法已过时,请使用 GetJsApiUiPackage(string prepayId, TenPayV3Info tenPayV3In... | bad | review | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
index 533adc0c01..c8adaeba7e 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
+++ b/src/Senparc.Weixin.TenP... | good | review_fixed | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
@@ -114,17 +118,29 @@ public static string CreateSign(CertType certType, string message, string privat
/// <returns></returns>
public static string CreatePaySign(string timeStamp, string nonceStr, string package, ISenparcWeixinSettingForTenpayV3 senparcWeixinSettingForTenpayV3)
{
- ... | bad | review | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
index 533adc0c01..c8adaeba7e 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/Helpers/TenPaySignHelper.cs
+++ b/src/Senparc.Weixin.TenP... | good | review_fixed | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
@@ -32,6 +32,9 @@ and limitations under the License.
修改标识:Senparc - 20210829
修改描述:添加 V3 中新增加的属性
+ 修改标识:Senparc - 20260119 | bad | review | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
index 633f3d5248..ab2ac95118 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
+++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3I... | good | review_fixed | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
@@ -132,8 +141,10 @@ public class TenPayV3Info
/// <param name="privateKey"></param>
/// <param name="serialNumber"></param>
/// <param name="apiV3Key"></param>
- public TenPayV3Info(string appId, string appSecret, string mchId, string key, string certPath, string certSecret, string te... | bad | review | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
index 633f3d5248..ab2ac95118 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
+++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3I... | good | review_fixed | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
@@ -40,6 +43,7 @@ and limitations under the License.
using Senparc.Weixin.TenPayV3.Apis;
using Senparc.Weixin.TenPayV3.Entities;
using System.Collections.Generic;
+using System.ComponentModel; | bad | review | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
index 633f3d5248..ab2ac95118 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
+++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3I... | good | review_fixed | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
@@ -154,7 +164,10 @@ public TenPayV3Info(string appId, string appSecret, string mchId, string key, st
/// <param name="privateKey"></param>
/// <param name="serialNumber"></param>
/// <param name="apiV3Key"></param>
- public TenPayV3Info(string appId, string appSecret, string mchId, st... | bad | review | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
diff --git a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
index 633f3d5248..ab2ac95118 100644
--- a/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3Info.cs
+++ b/src/Senparc.Weixin.TenPay/Senparc.Weixin.TenPayV3/TenPayV3I... | good | review_fixed | csharp | JeffreySu/WeiXinMPSDK | 84c5daa918d40b545791577e32092152a22982cb |
@@ -306,15 +308,17 @@ public static async Task<ApplyIcpFilingResultJson> ApplyIcpFilingAsync(string ac
/// </summary>
/// <param name="accessToken"></param>
/// <param name="cancel_type">注销类型:1 -- 注销主体, 2 -- 注销小程序, 3 -- 注销微信小程序</param>
+ /// <param name="reason_type">注销原因:1. 不再运营该小程序;2... | bad | review | csharp | JeffreySu/WeiXinMPSDK | ce3313a7fa34137a46aa9b6d4f2e3ceb77a44565 |
diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpApi.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpApi.cs
index 248bebad5f..24fdcdd439 100644
--- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/IcpApi.cs
+++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/WxaAPIs/Icp/Icp... | good | review_fixed | csharp | JeffreySu/WeiXinMPSDK | ce3313a7fa34137a46aa9b6d4f2e3ceb77a44565 |
@@ -492,4 +492,16 @@ public enum ModifyWxaJumpDomain_Action
/// </summary>
get
}
+
+ public enum CancelIcpFiling_Cancel_Type
+ {
+ 注销主体 = 1,
+ 注销小程序 =2, | bad | review | csharp | JeffreySu/WeiXinMPSDK | ce3313a7fa34137a46aa9b6d4f2e3ceb77a44565 |
diff --git a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs
index e1b1669970..b446d648dc 100644
--- a/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs
+++ b/src/Senparc.Weixin.Open/Senparc.Weixin.Open/Enums.cs
@@ -492,4 +492,16 @@ public enum ModifyWxaJum... | good | review_fixed | csharp | JeffreySu/WeiXinMPSDK | ce3313a7fa34137a46aa9b6d4f2e3ceb77a44565 |
@@ -89,6 +90,36 @@ public static WxJsonResult SendSubscribe(string accessTokenOrAppId, string toUse
}, accessTokenOrAppId);
}
+ /// <summary>
+ /// 发送订阅消息
+ /// </summary>
+ /// <param name="accessTokenOrAppId">AccessToken或AppId(推荐使用AppId,需要先注册)</param>
+ /// <... | bad | review | csharp | JeffreySu/WeiXinMPSDK | 7ab5c238c518d66cc4845b5ead48e30084816080 |
diff --git a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs b/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.WxOpen/Senparc.Weixin.WxOpen/AdvancedAPIs/Message/MessageApi.cs
index 4c488b960e..4c0945521c 100644
--- a/src/Senparc.Weixin.WxOpen/src/Senparc.Weixin.... | good | review_fixed | csharp | JeffreySu/WeiXinMPSDK | 7ab5c238c518d66cc4845b5ead48e30084816080 |
@@ -398,6 +400,15 @@ private[importing] object BspResolverLogic {
data
}
+ private def md5(input: String): String = { | bad | review | scala | JetBrains/intellij-scala | 083d5af152743562a5dc137c0c224668da92e24c |
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
index b890d2c56a3..4994efb51a7 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve... | good | review_fixed | scala | JetBrains/intellij-scala | 083d5af152743562a5dc137c0c224668da92e24c |
@@ -398,6 +400,15 @@ private[importing] object BspResolverLogic {
data
}
+ private def md5(input: String): String = {
+ val digest = MessageDigest.getInstance("MD5")
+ digest.update(input.getBytes(StandardCharsets.UTF_8))
+ val result = digest.digest()
+ result.map("%02X".format(_)).mkString
+ }... | bad | review | scala | JetBrains/intellij-scala | 083d5af152743562a5dc137c0c224668da92e24c |
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
index b890d2c56a3..4994efb51a7 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve... | good | review_fixed | scala | JetBrains/intellij-scala | 083d5af152743562a5dc137c0c224668da92e24c |
@@ -415,8 +426,15 @@ private[importing] object BspResolverLogic {
val nonEmptyParts = parts.filter(_.nonEmpty)
if (nonEmptyParts.size > 1) nonEmptyParts.mkString("(", "+", ")") else nonEmptyParts.mkString
}
- head.map(combine).mkString +
+ val ret = head.map(combine).mkString +
(if (tail... | bad | review | scala | JetBrains/intellij-scala | 083d5af152743562a5dc137c0c224668da92e24c |
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
index b890d2c56a3..4994efb51a7 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve... | good | review_fixed | scala | JetBrains/intellij-scala | 083d5af152743562a5dc137c0c224668da92e24c |
@@ -10,7 +10,7 @@ object Versions {
val bloopVersion = "1.4.8-26-cbddb8ba"
val zincVersion = "1.4.0-M12"
val intellijVersion = "212.4486"
- val bspVersion = "2.0.0-M12+27-4994bd9d-SNAPSHOT"
+ val bspVersion = "2.0.0-M14+7-56ef5d5f-SNAPSHOT" | bad | review | scala | JetBrains/intellij-scala | 3b67f96d64060cb67ce524abd60d450b394d56b6 |
diff --git a/project/dependencies.scala b/project/dependencies.scala
index 5266af0066d..23400f5b694 100644
--- a/project/dependencies.scala
+++ b/project/dependencies.scala
@@ -10,7 +10,7 @@ object Versions {
val bloopVersion = "1.4.8-26-cbddb8ba"
val zincVersion = "1.4.0-M12"
val intellijVersion = "212.4486"
... | good | review_fixed | scala | JetBrains/intellij-scala | 3b67f96d64060cb67ce524abd60d450b394d56b6 |
@@ -0,0 +1,199 @@
+package org.jetbrains.plugins.scala.codeInspection.syntacticSimplification
+
+import com.intellij.codeInspection.LocalInspectionTool
+import org.jetbrains.plugins.scala.codeInspection.{ScalaInspectionBundle, ScalaQuickFixTestBase}
+
+class PostfixUnaryOperationInspectionTest extends ScalaQuickFixTest... | bad | review | scala | JetBrains/intellij-scala | b7c7f5dbe518ae50cc25f4b95f37cbe670bb4cdc |
diff --git a/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/syntacticSimplification/PostfixUnaryOperationInspectionTest.scala b/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/syntacticSimplification/PostfixUnaryOperationInspectionTest.scala
new file mode 100644
index 00000000000..8fa... | good | review_fixed | scala | JetBrains/intellij-scala | b7c7f5dbe518ae50cc25f4b95f37cbe670bb4cdc |
@@ -0,0 +1,75 @@
+package org.jetbrains.bsp.project.importing.setup
+import com.intellij.openapi.diagnostic.Logger
+import com.intellij.openapi.vfs.LocalFileSystem
+import java.io.File
+import java.nio.file.Path
+import java.util.concurrent.atomic.AtomicBoolean
+import org.jetbrains.bsp.BspErrorMessage
+import org.jetb... | bad | review | scala | JetBrains/intellij-scala | d2c02ef9ccf96c70dfaf888d601ad876bc208e76 |
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala b/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala
new file mode 100644
index 00000000000..b51cf3c00bc
--- /dev/null
+++ b/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala
@@ -0... | good | review_fixed | scala | JetBrains/intellij-scala | d2c02ef9ccf96c70dfaf888d601ad876bc208e76 |
@@ -11,13 +11,16 @@ import com.intellij.openapi.externalSystem.settings._
import com.intellij.openapi.externalSystem.util.ExternalSystemUiUtil._
import com.intellij.openapi.externalSystem.util.{ExternalSystemSettingsControl, ExternalSystemUiUtil, PaintAwarePanel}
import com.intellij.openapi.project.Project
+import c... | bad | review | scala | JetBrains/intellij-scala | d2c02ef9ccf96c70dfaf888d601ad876bc208e76 |
diff --git a/bsp/src/org/jetbrains/bsp/settings/settings.scala b/bsp/src/org/jetbrains/bsp/settings/settings.scala
index 3e55a4c0176..0ec571e9093 100644
--- a/bsp/src/org/jetbrains/bsp/settings/settings.scala
+++ b/bsp/src/org/jetbrains/bsp/settings/settings.scala
@@ -1,9 +1,5 @@
package org.jetbrains.bsp.settings
-... | good | review_fixed | scala | JetBrains/intellij-scala | d2c02ef9ccf96c70dfaf888d601ad876bc208e76 |
@@ -0,0 +1,75 @@
+package org.jetbrains.bsp.project.importing.setup
+import com.intellij.openapi.diagnostic.Logger
+import com.intellij.openapi.vfs.LocalFileSystem
+import java.io.File
+import java.nio.file.Path
+import java.util.concurrent.atomic.AtomicBoolean
+import org.jetbrains.bsp.BspErrorMessage
+import org.jetb... | bad | review | scala | JetBrains/intellij-scala | d2c02ef9ccf96c70dfaf888d601ad876bc208e76 |
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala b/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala
new file mode 100644
index 00000000000..b51cf3c00bc
--- /dev/null
+++ b/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala
@@ -0... | good | review_fixed | scala | JetBrains/intellij-scala | d2c02ef9ccf96c70dfaf888d601ad876bc208e76 |
@@ -14,13 +14,15 @@ import com.intellij.openapi.externalSystem.util.ExternalSystemApiUtil
import com.intellij.openapi.module.StdModuleTypes
import com.intellij.openapi.roots.DependencyScope
import com.intellij.openapi.util.io.FileUtil
+import com.intellij.openapi.vfs.LocalFileSystem
import org.jetbrains.bsp.BspUtil... | bad | review | scala | JetBrains/intellij-scala | d2c02ef9ccf96c70dfaf888d601ad876bc208e76 |
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
index 1d04e8f6a02..cc82611c2a6 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve... | good | review_fixed | scala | JetBrains/intellij-scala | d2c02ef9ccf96c70dfaf888d601ad876bc208e76 |
@@ -154,12 +154,13 @@ class BspProjectResolver extends ExternalSystemProjectResolver[BspExecutionSetti
// special handling for sbt projects: run bloopInstall first
// TODO support other bloop-enabled build tools as well
- private def preImport(executionSettings: BspExecutionSettings, workspace: File)(implicit ... | bad | review | scala | JetBrains/intellij-scala | b310af3923ed640869ab0535174a7d91a89f0800 |
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala
index b6234bf4dd6..46bb3f35541 100644
--- a/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala
+++ b/bsp/src/org/jetbrains/bsp/project/importing/BspP... | good | review_fixed | scala | JetBrains/intellij-scala | b310af3923ed640869ab0535174a7d91a89f0800 |
@@ -19,6 +19,7 @@ dependencies {
testImplementation(libs.junit)
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.9.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.9.2")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2") | bad | review | JetBrains/resharper-fsharp | a9e83e305fc0d93aa67a0b778cc98c36c495834d | |
diff --git a/rider-fsharp/parserTest/build.gradle.kts b/rider-fsharp/parserTest/build.gradle.kts
index d1d25d5a6c..96c827c0bf 100644
--- a/rider-fsharp/parserTest/build.gradle.kts
+++ b/rider-fsharp/parserTest/build.gradle.kts
@@ -19,6 +19,7 @@ dependencies {
testImplementation(libs.junit)
testRuntimeOnly("org.ju... | good | review_fixed | JetBrains/resharper-fsharp | a9e83e305fc0d93aa67a0b778cc98c36c495834d |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.