Fabrício Godoy

Results 12 comments of Fabrício Godoy

Any action was taken against this issue?

Maybe importing automatically the 'NETStandard.WindowsCE' package (https://github.com/WindowsCE/NETStandard.WindowsCE/) is a better approach for better supporting multiple frameworks along with NET-CF 3.5. It already adds the 'AssemblyFileVersion' attribute and other modern types....

For whom is looking for this issue, the package [NETStandard.WindowsCE](https://www.nuget.org/packages/NETStandard.WindowsCE/) already defines the 'net35-cf' target by itself. Ref: [NETStandard.WindowsCE.props](https://github.com/WindowsCE/NETStandard.WindowsCE/blob/3fc50ffbf8ce09d3a6796424867840fa011ce1d8/NETStandard.WindowsCE.props)

I'm using Rider almost with no issues. Sometimes (rarely) I have to unload and load again the project when source generator stops working.

The following code works: ```csharp [ServiceProviderModule] [Import(typeof(IOptionsModule))] [Singleton(typeof(ILoggerFactory), typeof(LoggerFactory))] [Singleton(typeof(ILogger), typeof(Logger))] [Singleton(typeof(IConfigureOptions), Factory = nameof(CreateFilterOptions))] public interface ILoggingModule { public static IConfigureOptions CreateFilterOptions(LogLevel logLevel) => new ConfigureOptions(options => options.MinLevel =...

Should I close this PR? After 2 years I think that it will not be merged anymore

Enabling since doesn't make it always run only for changed code?

> It looks like ranges are also not supported. When I attempt to use them, I am presented with the following error: >> [CS0656](https://learn.microsoft.com/en-us/dotnet/csharp/misc/cs0656?f1url=%3FappId%3Droslyn%26k%3Dk(CS0656)): Missing compiler required member 'System.Runtime.CompilerServices.RuntimeHelpers.GetSubArray.' @DreadLordMikey...

Yes, there's only one