We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f4843 commit b2ee66cCopy full SHA for b2ee66c
src/Azure.Functions.Cli/Helpers/VersionHelper.cs
@@ -7,7 +7,6 @@
7
using System.Collections.Generic;
8
using System.IO;
9
using System.Linq;
10
-using System.Net.Http;
11
using System.Reflection;
12
using System.Runtime.InteropServices;
13
using System.Text;
test/Azure.Functions.Cli.Tests/E2E/VersionTests.cs
@@ -1,13 +1,8 @@
1
using System;
2
3
-using System.Net;
4
-using System.Threading;
5
using System.Threading.Tasks;
6
using Azure.Functions.Cli.Common;
using Azure.Functions.Cli.Tests.E2E.Helpers;
using FluentAssertions;
-using Moq.Protected;
-using Moq;
using Xunit;
using Xunit.Abstractions;
using static Azure.Functions.Cli.Helpers.VersionHelper;
0 commit comments