Dataset Viewer
Auto-converted to Parquet Duplicate
repo_name
stringclasses
6 values
pr_number
int64
512
78.9k
pr_title
stringlengths
3
144
pr_description
stringlengths
0
30.3k
author
stringlengths
2
21
date_created
timestamp[ns, tz=UTC]
date_merged
timestamp[ns, tz=UTC]
previous_commit
stringlengths
40
40
pr_commit
stringlengths
40
40
query
stringlengths
17
30.4k
filepath
stringlengths
9
210
before_content
stringlengths
0
112M
after_content
stringlengths
0
112M
label
int64
-1
1
dotnet/roslyn
56,545
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.
Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
AlekseyTs
2021-09-20T16:15:00
2021-09-20T23:24:24
f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f
c74bb2f2653fe6767af8fed3e63c293cc7747dd3
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
./src/Analyzers/VisualBasic/Analyzers/SimplifyInterpolation/VisualBasicSimplifyInterpolationDiagnosticAnalyzer.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.EmbeddedLanguages.VirtualChars Imports Micro...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.EmbeddedLanguages.VirtualChars Imports Micro...
-1
dotnet/roslyn
56,545
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.
Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
AlekseyTs
2021-09-20T16:15:00
2021-09-20T23:24:24
f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f
c74bb2f2653fe6767af8fed3e63c293cc7747dd3
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
./src/VisualStudio/Core/Def/Implementation/ProjectSystem/Legacy/AbstractLegacyProject.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
-1
dotnet/roslyn
56,545
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.
Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
AlekseyTs
2021-09-20T16:15:00
2021-09-20T23:24:24
f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f
c74bb2f2653fe6767af8fed3e63c293cc7747dd3
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
./src/Features/Core/Portable/NavigateTo/INavigateToSearchResult.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using Microsoft.CodeAnalysis.Navigation; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using Microsoft.CodeAnalysis.Navigation; using Microsoft.Cod...
-1
dotnet/roslyn
56,545
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.
Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
AlekseyTs
2021-09-20T16:15:00
2021-09-20T23:24:24
f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f
c74bb2f2653fe6767af8fed3e63c293cc7747dd3
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
./src/EditorFeatures/VisualBasicTest/Diagnostics/PreferFrameworkType/PreferFrameworkTypeTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Option Strict On Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.CodeStyle Imports Microsoft....
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Option Strict On Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.CodeStyle Imports Microsoft....
-1
dotnet/roslyn
56,545
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.
Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
AlekseyTs
2021-09-20T16:15:00
2021-09-20T23:24:24
f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f
c74bb2f2653fe6767af8fed3e63c293cc7747dd3
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
./src/Features/Core/Portable/LanguageServices/AnonymousTypeDisplayService/IAnonymousTypeDisplayExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microso...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis; using Microso...
-1
dotnet/roslyn
56,545
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.
Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
AlekseyTs
2021-09-20T16:15:00
2021-09-20T23:24:24
f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f
c74bb2f2653fe6767af8fed3e63c293cc7747dd3
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
./src/Workspaces/Core/Portable/FindSymbols/FindReferences/Finders/PropertyAccessorSymbolReferenceFinder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threadin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using System.Threading; using System.Threadin...
-1
dotnet/roslyn
56,545
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.
Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
AlekseyTs
2021-09-20T16:15:00
2021-09-20T23:24:24
f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f
c74bb2f2653fe6767af8fed3e63c293cc7747dd3
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
./src/Compilers/VisualBasic/Test/Symbol/StaticLocalDeclarationTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic Imports ...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic Imports ...
-1
dotnet/roslyn
56,545
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.
Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
AlekseyTs
2021-09-20T16:15:00
2021-09-20T23:24:24
f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f
c74bb2f2653fe6767af8fed3e63c293cc7747dd3
Separate the process of performing nullable analysis on attribute applications from the process of filling the attribute bag with data.. Fixes #47125. The second commit contains only renames, it might be simpler to review it separately.
./src/Workspaces/CSharp/Portable/CodeGeneration/PropertyGenerator.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.CodeGeneration...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Linq; using Microsoft.CodeAnalysis.CodeGeneration...
-1
dotnet/roslyn
56,545
"Separate the process of performing nullable analysis on attribute applications from the process of (...TRUNCATED)
"Fixes #47125.\r\n\r\nThe second commit contains only renames, it might be simpler to review it sepa(...TRUNCATED)
AlekseyTs
2021-09-20T16:15:00
2021-09-20T23:24:24
f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f
c74bb2f2653fe6767af8fed3e63c293cc7747dd3
"Separate the process of performing nullable analysis on attribute applications from the process of (...TRUNCATED)
./src/EditorFeatures/CSharpTest/Intents/GenerateConstructorIntentTests.cs
"// Licensed to the .NET Foundation under one or more agreements.\n// The .NET Foundation license(...TRUNCATED)
"// Licensed to the .NET Foundation under one or more agreements.\n// The .NET Foundation license(...TRUNCATED)
-1
dotnet/roslyn
56,545
"Separate the process of performing nullable analysis on attribute applications from the process of (...TRUNCATED)
"Fixes #47125.\r\n\r\nThe second commit contains only renames, it might be simpler to review it sepa(...TRUNCATED)
AlekseyTs
2021-09-20T16:15:00
2021-09-20T23:24:24
f6e2a28a8398fd9e5c02d9dbd8d2783156bb949f
c74bb2f2653fe6767af8fed3e63c293cc7747dd3
"Separate the process of performing nullable analysis on attribute applications from the process of (...TRUNCATED)
./src/VisualStudio/Core/Test/CodeModel/AbstractFileCodeModelTests.vb
"' Licensed to the .NET Foundation under one or more agreements.\n' The .NET Foundation licenses (...TRUNCATED)
"' Licensed to the .NET Foundation under one or more agreements.\n' The .NET Foundation licenses (...TRUNCATED)
-1
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
86