Граф коммитов

129 Коммитов

Автор SHA1 Сообщение Дата
Matt Chaulklin 1db03a9982 Added compilcation end tags 2024-08-21 15:13:44 -04:00
Sam Harwell 403f0f75ea Remove xunit specific packages
Closes #1099
2024-01-31 07:52:01 -06:00
Sam Harwell 08225dfd22 Update Microsoft.CodeAnalysis.Analyzers to 3.3.5-beta1.23322.1 2023-06-22 17:48:39 -05:00
Youssef1313 d2fdedf106 Default to false 2023-01-19 22:54:47 +02:00
Jonathon Marolf 9b2d784789
fixup unit tests 2022-09-07 05:55:59 -07:00
Jonathon Marolf 837f5fa654
fixup test message to match newer compiler 2022-09-06 13:24:58 -07:00
Jonathon Marolf a5ff981e06 use 4.0 for sample projects 2022-09-02 18:04:36 -07:00
Jonathon Marolf ac7b14200a update our package versions to latest and remove unsupported TFMs 2022-09-02 16:43:16 -07:00
Joey Robichaud 0bd6bc0fdc
Fix nullable warnings 2022-08-12 16:17:56 -07:00
dependabot[bot] f2f1baa406
Bump Newtonsoft.Json
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.1...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 02:05:34 +00:00
Sam Harwell a82885063e Update hint names to exclude generated code from formatting analyzer 2022-05-05 09:15:14 -07:00
Sam Harwell 6bf30e8dc8 Enable and fix IDE0055 (Fix formatting) 2022-05-05 09:03:15 -07:00
Sam Harwell 2e75f15e7c Enforce code style on build 2022-05-05 08:56:28 -07:00
Sam Harwell 679dda0dc2 Update compiler to support incremental generators 2022-04-04 11:44:35 -07:00
Sam Harwell 696742a3ba Use CopyToOutputDirectory=PreserveNewest instead of Always
Fixes the up-to-date check in Visual Studio.
2022-01-10 12:06:31 -08:00
David Gardiner 725ea01f68 Property name is 'CacheObjects' with an s
Fixes #928
2021-11-03 11:17:30 +10:30
Shen Chen 686468a1be
Merge pull request #902 from Cosifne/dev/shech/restoreHttp
Add package reference for System.Net.Http
2021-09-20 16:58:15 -07:00
Shen Chen 1671cdcfaa Also add ExcludeAsserts 2021-09-20 16:20:38 -07:00
Shen Chen 716903ce0b Add package reference 2021-09-20 09:41:50 -07:00
Jonathon Marolf 249b184747
Merge pull request #743 from Youssef1313/patch-1 2021-09-17 13:39:25 -07:00
Richard Melito 709bfd426f
Added closing slash to analyzer reference XML 2021-08-04 08:49:21 -06:00
Zachary Patten d542fb76da fix SourceGenerators.sln project references 2021-06-02 21:02:11 -04:00
Jonathon Marolf d48a157cf3
remove call in Main 2021-06-01 15:15:33 -07:00
Jonathon Marolf a60d313f98
remove vb mustache generator 2021-05-25 14:05:24 -07:00
Jonathon Marolf 9cf8ddd2e7
use latest apis 2021-05-24 18:18:16 -07:00
Jonathon Marolf 2136e57818
use correct dependencies 2021-05-24 13:04:12 -07:00
Jonathon Marolf fc346e8db2
rename projects to distinguish language 2021-05-24 13:04:12 -07:00
Jonathon Marolf 54991d540e
explicitly cast 2021-05-24 13:03:54 -07:00
Jonathon Marolf c969e6635b
fix formatting 2021-05-24 10:56:28 -07:00
Jonathon Marolf dfa1b4a523
fix symbol comparison 2021-05-24 10:55:16 -07:00
Jonathon Marolf 3b02486bcc
Merge pull request #692 from DualBrain/master 2021-05-24 10:27:38 -07:00
Allison Chou ceed1c52c3
Change occurrences of master to main (#747) 2021-03-05 10:32:25 -08:00
Youssef Victor 23cf64743d
Fix build 2021-03-02 17:02:26 +02:00
Youssef Victor ec55905ace
Update samples/VisualBasic/MakeConst/MakeConst/MakeConstCodeFixProvider.vb 2021-03-02 16:08:15 +02:00
Youssef Victor 86adecf54e
Update MakeConstCodeFixProvider.vb 2021-03-02 16:07:38 +02:00
Youssef Victor ae7201eec9
Update MakeConstCodeFixProvider.cs 2021-03-02 16:03:26 +02:00
Chris Sienkiewicz 22a55bffc8
Samples updates (#739)
* Update AutoNotifyGenerator to use new 16.9 APIs

* Use post init in maths generator

* Clean up generatedDemo csproj

* Refactor mustache template generator:
- Use PostInit
- Use syntax context to collect info as we go
2021-02-25 14:41:17 -08:00
Joey Robichaud bf4529619a
Merge pull request #670 from cristianosuzuki77/master
[Loc] Loc updates
2021-02-08 15:05:13 -08:00
Luca Bolognese dd1a3f3577 Port check-ins for Maths generator from old PR 2021-01-14 09:09:39 +01:00
Cory Smith 43f2f3d8b0 Add SourceGenerators (VB) examples. 2021-01-05 18:45:06 -06:00
Sam Harwell 873790ba48 Migrate from MSBuild.Sdk.Extras to Microsoft.NET.Sdk.WindowsDesktop
Closes #247
2020-12-23 14:31:41 -08:00
Cristiano Suzuki e3cb8fedad Loc updates 2020-12-10 19:32:54 -08:00
Cristiano Suzuki a5c454672c Loc updates 2020-12-10 19:31:25 -08:00
dotnet-maestro[bot] 4b3da3124f
[master] Update dependencies from dotnet/arcade (#630)
[master] Update dependencies from dotnet/arcade


 - update build requirements

 - do not check for unsupported target frameworks
2020-10-05 15:52:06 +00:00
Chris Sienkiewicz d7d6a76464
Update generator samples to latest version of the API (#625) 2020-09-14 17:06:04 -07:00
Sam Harwell 84e6ac563e
Merge pull request #605 from sharwell/runtime-deps
Set IncludeRuntimeDependency=false for source generator dependencies
2020-09-03 12:33:49 -07:00
Sam Harwell 5e35679b42
Merge pull request #608 from sharwell/fix-encoding
Fix encoding
2020-09-02 16:35:23 -07:00
dotnet-maestro[bot] ba7af64599
[master] Update dependencies from dotnet/arcade (#596)
[master] Update dependencies from dotnet/arcade
- Updates:
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20419.21 to 5.0.0-beta.20431.4

 - Ignore warnings about package platform compatibility
2020-09-02 23:31:52 +00:00
Sam Harwell 9b38141a5b Fix source file encoding 2020-09-02 12:35:24 -07:00
Sam Harwell 2abcac3d45 Set IncludeRuntimeDependency=false for source generator dependencies
See dotnet/roslyn#47275
2020-09-02 11:03:47 -07:00