This repository was archived by the owner on Apr 14, 2022. It is now read-only.
File tree 14 files changed +14
-9
lines changed 14 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 24
24
using Microsoft . Python . Core ;
25
25
using Microsoft . Python . Core . Text ;
26
26
using Microsoft . Python . Parsing ;
27
+ using Range = Microsoft . Python . Core . Text . Range ;
27
28
28
29
namespace Microsoft . Python . Analysis . Tests . FluentAssertions {
29
30
public static class AssertionsUtilities {
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp2.2 </TargetFramework >
3
+ <TargetFramework >netcoreapp3.0 </TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Analysis.Tests</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Analysis.Tests</AssemblyName >
6
6
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp2.2 </TargetFramework >
3
+ <TargetFramework >netcoreapp3.0 </TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Core.Tests</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Core.Tests</AssemblyName >
6
6
</PropertyGroup >
Original file line number Diff line number Diff line change 24
24
using Microsoft . Python . Core . Diagnostics ;
25
25
using Microsoft . Python . Core . Text ;
26
26
using Microsoft . Python . LanguageServer . Protocol ;
27
+ using Range = Microsoft . Python . Core . Text . Range ;
27
28
28
29
namespace Microsoft . Python . LanguageServer . Formatting {
29
30
/// <summary>
Original file line number Diff line number Diff line change 24
24
using Microsoft . Python . Core . Text ;
25
25
using Microsoft . Python . LanguageServer . Protocol ;
26
26
using Microsoft . Python . Parsing ;
27
+ using Range = Microsoft . Python . Core . Text . Range ;
27
28
28
29
namespace Microsoft . Python . LanguageServer . Formatting {
29
30
/// <summary>
Original file line number Diff line number Diff line change 25
25
using Microsoft . Python . Core . Idle ;
26
26
using Microsoft . Python . Core . Logging ;
27
27
using Microsoft . Python . Core . Services ;
28
- using Microsoft . Python . Core . Text ;
29
28
using Microsoft . Python . Core . Threading ;
30
29
using Microsoft . Python . LanguageServer . Extensibility ;
31
30
using Microsoft . Python . LanguageServer . Protocol ;
32
31
using Microsoft . Python . LanguageServer . Telemetry ;
33
32
using Newtonsoft . Json ;
34
33
using Newtonsoft . Json . Linq ;
35
34
using StreamJsonRpc ;
35
+ using Range = Microsoft . Python . Core . Text . Range ;
36
36
37
37
namespace Microsoft . Python . LanguageServer . Implementation {
38
38
/// <summary>
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp2.2 </TargetFramework >
3
+ <TargetFramework >netcoreapp3.0 </TargetFramework >
4
4
<RootNamespace >Microsoft.Python.LanguageServer</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.LanguageServer</AssemblyName >
6
6
</PropertyGroup >
Original file line number Diff line number Diff line change 16
16
using System ;
17
17
using System . Collections . Generic ;
18
18
using System . Diagnostics ;
19
- using Microsoft . Python . Core . Text ;
20
19
using Newtonsoft . Json ;
20
+ using Range = Microsoft . Python . Core . Text . Range ;
21
21
22
22
namespace Microsoft . Python . LanguageServer . Protocol {
23
23
[ Serializable ]
Original file line number Diff line number Diff line change 17
17
using System . Runtime . InteropServices ;
18
18
using System . Threading . Tasks ;
19
19
using Microsoft . Python . Core . Text ;
20
+ using Range = Microsoft . Python . Core . Text . Range ;
20
21
21
22
namespace Microsoft . Python . LanguageServer . Protocol {
22
23
[ Serializable ]
Original file line number Diff line number Diff line change 13
13
// See the Apache Version 2.0 License for specific language governing
14
14
// permissions and limitations under the License.
15
15
16
- using System ;
17
16
using Microsoft . Python . Analysis ;
18
17
using Microsoft . Python . Analysis . Analyzer ;
19
18
using Microsoft . Python . Analysis . Analyzer . Expressions ;
25
24
using Microsoft . Python . LanguageServer . Completion ;
26
25
using Microsoft . Python . LanguageServer . Protocol ;
27
26
using Microsoft . Python . Parsing . Ast ;
27
+ using Range = Microsoft . Python . Core . Text . Range ;
28
28
29
29
namespace Microsoft . Python . LanguageServer . Sources {
30
30
internal sealed class HoverSource {
Original file line number Diff line number Diff line change 23
23
using Microsoft . Python . Core . Text ;
24
24
using Microsoft . Python . LanguageServer . Protocol ;
25
25
using static Microsoft . Python . Analysis . Tests . FluentAssertions . AssertionsUtilities ;
26
+ using Range = Microsoft . Python . Core . Text . Range ;
26
27
27
28
namespace Microsoft . Python . LanguageServer . Tests . FluentAssertions {
28
29
[ ExcludeFromCodeCoverage ]
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp2.2 </TargetFramework >
3
+ <TargetFramework >netcoreapp3.0 </TargetFramework >
4
4
<RootNamespace >Microsoft.Python.LanguageServer.Tests</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.LanguageServer.Tests</AssemblyName >
6
6
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >netcoreapp2.2 </TargetFramework >
3
+ <TargetFramework >netcoreapp3.0 </TargetFramework >
4
4
<RootNamespace >Microsoft.Python.Parsing.Tests</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.Parsing.Tests</AssemblyName >
6
6
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <TargetFramework >netstandard2.0 </TargetFramework >
3
+ <TargetFramework >netstandard2.1 </TargetFramework >
4
4
<RootNamespace >Microsoft.Python.UnitTests.Core</RootNamespace >
5
5
<AssemblyName >Microsoft.Python.UnitTests.Core</AssemblyName >
6
6
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments