Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Net 6 0 #250

Merged
merged 27 commits into from
Jan 18, 2022
Merged

Net 6 0 #250

merged 27 commits into from
Jan 18, 2022

Conversation

TheAngryByrd
Copy link
Owner

@TheAngryByrd TheAngryByrd commented Nov 10, 2021

Proposed Changes

Updates MiniScaffold for .NET 6.0 and FSharp.Core 6.0 support

Types of changes

What types of changes does your code introduce to MiniScaffold?
Put an x in the boxes that apply

  • New feature (non-breaking change which adds functionality)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

  • Build and tests pass locally
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

Further comments

F# analyzers are currently broken latest release fixes the issues

Starting target 'FSharpAnalyzers'
/Users/jimmybyrd/Documents/repos/public/TheAngryByrd/MiniScaffold/Content/Library> "/usr/local/share/dotnet/dotnet"  fsharp-analyzers --analyzers-path /Users/jimmybyrd/Documents/repos/public/TheAngryByrd/MiniScaffold/Content/Library/build/../packages/analyzers --project /Users/jimmybyrd/Documents/repos/public/TheAngryByrd/MiniScaffold/Content/Library/src/MyLib.1/MyLib.1.fsproj --fail-on-warnings BDH0002 --verbose (In: false, Out: false, Err: false)
Info : Running in verbose mode
Info : Fail On Warnings: [BDH0002]
Info : Ignore Files: []
Info : Loading analyzers from /Users/jimmybyrd/Documents/repos/public/TheAngryByrd/MiniScaffold/Content/Library/build/../packages/analyzers
Info : Registered 1 analyzers from 3 dlls
Info : Running analyzers for /Users/jimmybyrd/Documents/repos/public/TheAngryByrd/MiniScaffold/Content/Library/src/MyLib.1/obj/Debug/net6.0/MyLib.1.AssemblyInfo.fs
Unhandled exception. System.Exception: could not get context for file /Users/jimmybyrd/Documents/repos/public/TheAngryByrd/MiniScaffold/Content/Library/src/MyLib.1/MyLib.1.fsproj
   at Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThenFail@1433.Invoke(String message) in D:\workspace\_work\1\s\src\fsharp\FSharp.Core\printf.fs:line 1433
   at Microsoft.FSharp.Collections.ArrayModule.Collect[T,TResult](FSharpFunc`2 mapping, T[] array) in D:\workspace\_work\1\s\src\fsharp\FSharp.Core\array.fs:line 119
   at Program.runProject(ToolsPath toolsPath, String proj, FSharpList`1 globs) in /Users/chethusk/oss/FSharp.Analyzers.SDK/src/FSharp.Analyzers.Cli/Program.fs:line 120
   at Program.main(String[] argv) in /Users/chethusk/oss/FSharp.Analyzers.SDK/src/FSharp.Analyzers.Cli/Program.fs:line 213
  • Update FSharp.Analyzers

@TheAngryByrd TheAngryByrd marked this pull request as ready for review November 11, 2021 15:33
@TheAngryByrd TheAngryByrd marked this pull request as draft November 11, 2021 15:34
@TheAngryByrd TheAngryByrd force-pushed the net-6-0 branch 2 times, most recently from ad9e063 to 2cf435b Compare November 11, 2021 15:56
it's no longer supported
@TheAngryByrd TheAngryByrd marked this pull request as ready for review January 15, 2022 20:59
@TheAngryByrd TheAngryByrd enabled auto-merge (rebase) January 18, 2022 19:36
@TheAngryByrd TheAngryByrd merged commit 0886452 into master Jan 18, 2022
@TheAngryByrd TheAngryByrd deleted the net-6-0 branch January 18, 2022 19:42
TheAngryByrd added a commit that referenced this pull request Jan 18, 2022
## [0.30.0-beta001] - 2022-01-18

### Changed

- [.NET 6.0 support](#250)
TheAngryByrd added a commit that referenced this pull request Jan 18, 2022
## [0.30.0] - 2022-01-18

### Changed
- [.NET 6.0 support](#250)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant